Skip to content

Commit 96f772f

Browse files
committed
ci: update changelog config
1 parent a9e515f commit 96f772f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/changelog-configuration.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@
6969
],
7070
"label_extractor": [
7171
{
72-
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault):(.*)",
73-
"target": "$1"
72+
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault):(.*)",
73+
"target": "$1",
74+
"on_property": "title"
7475
},
7576
{
76-
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault){1}(\\([\\w\\-\\.]+\\))?(!)?:(.*)",
77-
"target": "$1"
77+
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault){1}(\\([\\w\\-\\.]+\\))?(!)?:(.*)",
78+
"target": "$1",
79+
"on_property": "title"
7880
}
7981
],
8082
"duplicate_filter": {

0 commit comments

Comments
 (0)