From 9cb26f27ecfc04d457741644bd5b5f3cba6b19fd Mon Sep 17 00:00:00 2001 From: Bryan Bailey Date: Wed, 11 Mar 2026 18:35:18 -0400 Subject: [PATCH] build: keep latest git tag in sync with each versioned release --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c113571..283ba6f 100644 --- a/Makefile +++ b/Makefile @@ -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 \