chore: makefile update

Šī revīzija ir iekļauta:
Casey Lee
2023-01-16 09:43:53 -08:00
vecāks 33cb8bca64
revīzija 872a69548c

Parādīt failu

@@ -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