Этот коммит содержится в:
Casey Lee
2023-01-16 09:43:53 -08:00
родитель 33cb8bca64
Коммит 872a69548c

Просмотреть файл

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