Skip to content

Commit

Permalink
chore: fix release it config
Browse files Browse the repository at this point in the history
Version number in commit message was broken after upgrade
  • Loading branch information
satya164 authored and Trancever committed May 4, 2020
1 parent 6f4588b commit 66b06b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
Expand Down

0 comments on commit 66b06b7

Please sign in to comment.