some tooling...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-10-16 19:35:22 +03:00
parent 7327ffa19a
commit 9b8f0ec4c6

View File

@ -561,6 +561,14 @@ run: electron-run
install: dev
# XXX STUB: move the builds to specific release tags...
.PHONY: latest-tag
latest-tag: ## Move release-latest tag to HEAD
git push origin :refs/tags/release-latest
git tag -fam "TEST" release-latest
git push origin --tags
### Cleanup...
.PHONY: clean