Skip to content

Commit 39c5d29

Browse files
author
Tomasz Dzięcioł
committed
ci: Adapt changelog generation to convetional commits
1 parent 10baff7 commit 39c5d29

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

changelog-config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"categories": [
33
{
44
"title": "## Features 🚀",
5-
"labels": ["feature", "enhancement"]
5+
"labels": ["feat", "feature", "enhancement", "perf"]
66
},
77
{
88
"title": "## Fixes 🐛",
@@ -29,6 +29,16 @@
2929
"pattern": "(.) (.+)",
3030
"target": "$1",
3131
"on_property": "title"
32+
},
33+
{
34+
"pattern": "^(\\[[A-Z0-9\\-]+\\]\\s*)*(feat|fix|perf|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)",
35+
"on_property": "title",
36+
"target": "$2"
37+
},
38+
{
39+
"pattern": "^(\\[[A-Z0-9\\-]+\\]\\s*)*(build|chore|ci|docs|refactor|revert|style){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)",
40+
"on_property": "title",
41+
"target": "$2"
3242
}
3343
],
3444
"transformers": [

0 commit comments

Comments
 (0)