Add tag+release reminder to build script

This commit is contained in:
2026-06-01 12:13:57 +02:00
parent 821aa31a40
commit 846a461b32
+5
View File
@@ -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}"