Skip to content

Commit

Permalink
feat: add release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisJT committed Jul 2, 2019
1 parent fe69f2a commit 848106d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"git": {
"changelog": "npx conventional-changelog -p angular -u",
"tagName": "v${version}",
"commitMessage": "chore: publish v${version} release",
"requireCleanWorkingDir": false
},
"github": {
"release": true
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}

0 comments on commit 848106d

Please sign in to comment.