Skip to content

Commit

Permalink
馃懛 Fix git version tags not being prefixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed Oct 19, 2021
1 parent bf81a7a commit f9263f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -45,7 +45,7 @@ if [ $branch = "dev" ]; then
git merge --no-ff dev -m "馃敄 Release v$version"

# create tag
git tag $version
git tag "v$version"

# push commit and tag to remote
git push
Expand Down

0 comments on commit f9263f5

Please sign in to comment.