Skip to content

Commit

Permalink
chore(*): add .release-it.json
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Sep 28, 2021
1 parent c779e72 commit 8c6bee1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"git": {
"commitMessage": "chore: release version ${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}

0 comments on commit 8c6bee1

Please sign in to comment.