chore: makefile update
This commit is contained in:
parent
33cb8bca64
commit
872a69548c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -98,7 +98,7 @@ ifneq ($(shell git status -s),)
|
||||||
endif
|
endif
|
||||||
echo -n $(NEW_VERSION) > VERSION
|
echo -n $(NEW_VERSION) > VERSION
|
||||||
git add VERSION
|
git add VERSION
|
||||||
git commit -m "chore: bump VERSION"
|
git commit -m "chore: bump VERSION to $(NEW_VERSION)"
|
||||||
git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
|
git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue