Skip to content

Commit

Permalink
Add better release drafting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 15, 2024
1 parent 658a209 commit 35716a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@ jobs:
run: |
echo "### Overview" >> RELEASE.md
echo "" >> RELEASE.md
echo "New $PLUGIN_NAME release! 🚀" >> RELEASE.md
if [[ $STAGE == "production" ]]; then
echo "New $PLUGIN_NAME release! 🚀" >> RELEASE.md
else
echo "New $PLUGIN_NAME $STAGE (no. $STAGE_VERSION) release! 🚀" >> RELEASE.md
fi
echo "" >> RELEASE.md
echo "Download the plugin installers below and have fun!" >> RELEASE.md
echo "" >> RELEASE.md
Expand Down

0 comments on commit 35716a9

Please sign in to comment.