Skip to content

Commit

Permalink
fix: remove v prefix in version when downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 17, 2020
1 parent f120b49 commit ffc583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"before:init": ["npm run format", "npm run lint"],
"after:bump": [
"npm run build:binary",
"echo v${version} > .version && git add .version"
"echo ${version} > .version && git add .version"
]
},
"git": {
Expand Down

0 comments on commit ffc583f

Please sign in to comment.