mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-10 15:52:29 +02:00
cdc54d8b3b
Interactive script for maintainers to create GPG-signed annotated tags. Checks clean tree and branch, auto-increments version from latest tag, pulls the message from the matching changelog entry, resolves the release signing key (default: 9FA5436D0EE360985157382517ECA05F768DEDF6), creates the tag, verifies the signature, then prints the push command. Usage: python scripts/tag_release.py # auto version python scripts/tag_release.py --version v1.2.4 python scripts/tag_release.py --dry-run # preview only Signed-off-by: nopeitsnothing <no@anonymousplanet.org>