- 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:
Mike Penz
2025-03-28 09:56:18 +01:00
parent 9da101a8bc
commit b6460b8acc
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"
}
]