Better commit message for releases

This commit is contained in:
David Dworken 2022-04-16 21:30:51 -07:00
parent 81acbed5bd
commit a827455be7

View File

@ -11,7 +11,7 @@ acttest:
release:
expr `cat VERSION` + 1 > VERSION
git add VERSION
git commit -m "Bump hishtory version to `cat VERSION`"
git commit -m "Bump hishtory version to v0.`cat VERSION`"
git tag v0.`cat VERSION`
git push
git push --tags