Skip to content

Commit

Permalink
fix: fix release-iit config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamTrz committed Apr 30, 2020
1 parent 95e671b commit 50eb00e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
"commitMessage": "chore: release v${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true,
"releaseName": "v%s"
"releaseName": "v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 50eb00e

Please sign in to comment.