From 846a461b328f3dd9b0c04d229e10d3ab3d1d648a Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 12:13:57 +0200 Subject: [PATCH] Add tag+release reminder to build script --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 45f6c24..a43c3d9 100755 --- a/build.sh +++ b/build.sh @@ -54,3 +54,8 @@ fi echo "" echo "=== Done ===" + +# Sign and push the tag to trigger CI release +echo "" +echo "--- Tag & Release ---" +echo " git tag -s v${VERSION} -m 'v${VERSION}' && git push origin v${VERSION}"