Skip to content

Commit a1f7617

Browse files
committed
[TASK] add quickrelease config
1 parent befd34e commit a1f7617

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

quickrelease.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"quick-release": "https://www.npmjs.com/package/quick-release",
3+
"changelog": {
4+
"labels": ["[FEATURE]","[BUGFIX]","[TASK]","[DOC]","[TEST]"],
5+
"breakingLabel": "[!!!]"
6+
},
7+
"githubReleaseTitles": ["New Features", "Bugfixes", "General", "Documentation", "Tests"]
8+
}

0 commit comments

Comments
 (0)