chore: makefile update

This commit is contained in:
Casey Lee 2023-01-16 09:43:53 -08:00
parent 33cb8bca64
commit 872a69548c
No known key found for this signature in database

View file

@ -98,7 +98,7 @@ ifneq ($(shell git status -s),)
endif
echo -n $(NEW_VERSION) > 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 push --follow-tags