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.
This commit is contained in:
parent
33518eb4a4
commit
81935c44e6
@ -91,5 +91,7 @@ See the commit history and updated README for details.
|
|||||||
EOF
|
EOF
|
||||||
echo "------------------------------------------------------------"
|
echo "------------------------------------------------------------"
|
||||||
echo ""
|
echo ""
|
||||||
echo "🎉 Now go to Gitea and create the release using the tag $VERSION."
|
echo "🎉 Tag pushed! The Gitea Actions 'Release' workflow should now be running (triggered by the tag push)."
|
||||||
echo " The workflow will automatically build cross-platform assets and attach them."
|
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."
|
||||||
Loading…
Reference in New Issue
Block a user