We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185b5c8 commit 6cb67d3Copy full SHA for 6cb67d3
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
echo "TAG_NAME=v$(scripts/get_version.sh)" >> $GITHUB_ENV
36
echo "RELEASE_NAME=$(scripts/get_version.sh)" >> $GITHUB_ENV
37
echo "## Release notes" > NOTES.md
38
- sed -n '4,/^$/p' CHANGELOG.md >> NOTES.md
+ sed -n '/^## /{n; :a; /^## /q; p; n; ba}' CHANGELOG.md >> NOTES.md
39
40
# Create GitHub release
41
- name: Create release
0 commit comments