- update default to title for label extractor in commit mode
- update README - FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1446#issuecomment-2742951551
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
+1
@@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user