Build: Add tag-release.sh and tag-release Makefile target

This commit is contained in:
Cathie Integra 2026-06-16 07:45:40 +02:00
parent f31db8a03b
commit d78966141a
2 changed files with 132 additions and 0 deletions

View file

@ -103,6 +103,8 @@ show-rev:
@git rev-parse HEAD
show-build:
@echo "$(BUILD_TAG)"
tag-release:
scripts/tag-release.sh $(EDITION) $(TAG_ARGS)
test-all: test acceptance-run-chromium
fmt: fmt-js fmt-go fmt-swag
format: format-tables fmt-go fmt-swag