chore(release): update post-tag messages for automated workflow
All checks were successful
CI / Test (push) Successful in 55s
CI / Build (push) Successful in 42s

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.
This commit is contained in:
Greg Gauthier 2026-06-06 08:28:28 +01:00
parent 33518eb4a4
commit 81935c44e6

View File

@ -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."
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."