build: keep latest git tag in sync with each versioned release

This commit is contained in:
2026-03-11 18:35:18 -04:00
parent 855e97f72f
commit 9cb26f27ec

View File

@@ -32,7 +32,9 @@ docker-push: docker-build
tag:
@if [ -z "$(VERSION)" ]; then echo "Usage: make tag VERSION=1.2.0"; exit 1; fi
git tag $(VERSION)
git tag -f latest
git push origin $(VERSION)
git push origin -f latest
gitea-release:
tea release create \