build(Makefile): push commit separately for release

This commit is contained in:
Sarah Vaupel 2025-02-11 23:13:57 +01:00
parent 9d16a22fd7
commit 965ae3da29

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}