From 81935c44e6e4f5315fac26d9b736532da409353a Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 6 Jun 2026 08:28:28 +0100 Subject: [PATCH] chore(release): update post-tag messages for automated workflow Update the echo instructions shown after pushing a tag to reflect that the Gitea Actions 'Release' workflow now handles building, checksumming, and auto-creating the release via the API, rather than requiring manual release creation. Include notes about monitoring the Actions tab and improved error visibility. --- release.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/release.sh b/release.sh index 598c1fc..966c75a 100755 --- a/release.sh +++ b/release.sh @@ -91,5 +91,7 @@ See the commit history and updated README for details. EOF echo "------------------------------------------------------------" echo "" -echo "🎉 Now go to Gitea and create the release using the tag $VERSION." -echo " The workflow will automatically build cross-platform assets and attach them." \ No newline at end of file +echo "🎉 Tag pushed! The Gitea Actions 'Release' workflow should now be running (triggered by the tag push)." +echo " It will build cross-platform tarballs, checksums, copy install scripts, and auto-create the release + upload assets via the API." +echo " Monitor the run in the Actions tab for tag $VERSION. The new error handling will make any create/upload issues visible in logs (with API response)." +echo " Once green, the release with packages should appear on the Releases page." \ No newline at end of file