We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb7992 commit 52dec60Copy full SHA for 52dec60
Makefile
@@ -46,6 +46,6 @@ release: validate-tag
46
echo "No version bump detected. Current version $(VERSION_PY) matches the latest tag $(LATEST_TAG)."; \
47
exit 1; \
48
fi
49
- git tag $(VERSION_PY)
50
- git push origin $(VERSION_PY)
51
- @echo "Released new version $(VERSION_PY)"
+ git tag $(TAG) -m "$(TAG)"
+ git push origin --follow-tags
+ @echo "Released new version $(TAG)"
0 commit comments