Skip to content

Commit

Permalink
feat(release): add auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaleb committed Jul 18, 2022
1 parent 5f80aeb commit ae630d5
Show file tree
Hide file tree
Showing 3 changed files with 7,672 additions and 620 deletions.
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"git": {
"commitMessage": "chore(release): v${version}"
},
"npm": {
"publish": false
},
"github": {
"release": true,
"autoGenerate": true
},
"hooks": {
"after:git:release": "npx auto-changelog --commit-limit false --breaking-pattern 'OB' --issue-pattern 'BUG-'",
"after:bump": "npx auto-changelog --commit-limit false --breaking-pattern 'OB' --issue-pattern 'BUG-'"
}
}
Loading

0 comments on commit ae630d5

Please sign in to comment.