We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2519237 commit 5fb40f0Copy full SHA for 5fb40f0
1 file changed
.github/workflows/release.yml
@@ -107,13 +107,19 @@ jobs:
107
if: steps.should_release.outputs.release == 'true'
108
run: |
109
cat <<EOF > RELEASE_NOTES.md
110
- ## 🚀 Release ${{ steps.version.outputs.name }}
111
-
112
- ### Changes
113
- - Add your changes here
114
115
- ### Notes
116
- - Auto-generated release
+ ### Version ${{ steps.version.outputs.name }}
+ Bugfixes:
+ - [...]
+
+ ___
+ Additions:
117
118
119
120
121
+ Adjustments/Changes:
122
123
EOF
124
shell: bash
125
0 commit comments