build(Makefile): git push commits when releasing again

This commit is contained in:
Sarah Vaupel 2025-02-14 16:10:01 +01:00
parent 25c880c8ba
commit 167872c332

View File

@ -84,6 +84,7 @@ release:
VERSION=`./utils/version.pl -changelog CHANGELOG.md -v` ; \
git add CHANGELOG.md ; \
git commit -m "chore(release): $${VERSION}" ; \
git push ; \
git tag $${VERSION} ; \
git push origin $${VERSION}