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