mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-05 12:46:43 +02:00
Better commit message for releases
This commit is contained in:
parent
81acbed5bd
commit
a827455be7
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ acttest:
|
|||||||
release:
|
release:
|
||||||
expr `cat VERSION` + 1 > VERSION
|
expr `cat VERSION` + 1 > VERSION
|
||||||
git add 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 tag v0.`cat VERSION`
|
||||||
git push
|
git push
|
||||||
git push --tags
|
git push --tags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user