Skip to content

Commit

Permalink
better tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
nosnhojn committed Aug 30, 2018
1 parent e5794be commit 45f8be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ ver="v0.$1"
echo "SVMock $ver" > VERSION.txt
git add VERSION.txt
git commit -m "for $ver"
git tag -a $ver -m "$ver"
git tag -a svmock-$ver -m "$ver"
git push --tags
git push

0 comments on commit 45f8be8

Please sign in to comment.