Merge pull request #1447 from mikepenz/fix/1446

Update default config for COMMIT_MODE | Update README
This commit is contained in:
Mike Penz
2025-03-28 10:00:21 +01:00
committed by GitHub
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -169,6 +169,7 @@ jobs:
"label_extractor": [
{
"pattern": "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)",
"on_property": "title",
"target": "$1"
}
]
Generated Vendored
+1
View File
@@ -41956,6 +41956,7 @@ const DefaultCommitConfiguration = {
label_extractor: [
{
pattern: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)',
on_property: 'title',
target: '$1'
}
]
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -130,6 +130,7 @@ export const DefaultCommitConfiguration: Configuration = {
label_extractor: [
{
pattern: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)',
on_property: 'title',
target: '$1'
}
]