We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417f505 commit 205624fCopy full SHA for 205624f
.github/workflows/release.yaml
@@ -22,6 +22,7 @@ jobs:
22
echo -e "# Insert Title\n" > Changes.md
23
git log --pretty=format:"%h - %s - %an" ${{ github.event.inputs.tags }}..HEAD | grep -v "Merge pull" >> Changes.md
24
echo -e "## Features\n\n## Fixes\n\n## Backwards incompatible changes\n\n## Docs\n\n## Misc\n\n## Thanks" >> Changes.md - name: Draft Release
25
+ - name: Draft release
26
id: draft_release
27
uses: actions/create-release@v1
28
with:
0 commit comments