Skip to content

Commit

Permalink
chore(scripts): address breaking changes in release-it v13
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Mar 11, 2020
1 parent 16b1614 commit c2d4271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
],
"release-it": {
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": false
Expand Down

0 comments on commit c2d4271

Please sign in to comment.