Skip to content

Commit

Permalink
feat: conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Jul 23, 2022
1 parent 6d4ef76 commit 615c32d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}

0 comments on commit 615c32d

Please sign in to comment.