Skip to content

Commit c5962ab

Browse files
committed
strip all the header cruft from the release notes
1 parent 01dd338 commit c5962ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
export GH_HOST=github.com
7979
gh extension install chelnak/gh-changelog
80-
gh changelog get --latest > OUTPUT.md
80+
gh changelog get --latest | sed -e "1,/^\[Full Changelog\]/ d" > OUTPUT.md
8181
echo "::group::release notes"
8282
cat OUTPUT.md
8383
echo "::endgroup::"

0 commit comments

Comments
 (0)