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 committed Apr 30, 2020
1 parent 61db498 commit cf2775f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
@@ -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 cf2775f

Please sign in to comment.