Skip to content

Commit

Permalink
[TASK] add quick-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Aug 31, 2023
1 parent df9d2c6 commit bc57baf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions quickrelease.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"quick-release": "https://www.npmjs.com/package/quick-release",
"changelog": {
"labels": ["[FEATURE]","[BUGFIX]","[TASK]","[DOC]","[TEST]"],
"breakingLabel": "[!!!]"
},
"githubReleaseTitles": ["New Features", "Bugfixes", "General", "Documentation", "Tests"]
}

0 comments on commit bc57baf

Please sign in to comment.