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 01dd338 commit c5962abCopy full SHA for c5962ab
.github/workflows/module_release.yml
@@ -77,7 +77,7 @@ jobs:
77
run: |
78
export GH_HOST=github.com
79
gh extension install chelnak/gh-changelog
80
- gh changelog get --latest > OUTPUT.md
+ gh changelog get --latest | sed -e "1,/^\[Full Changelog\]/ d" > OUTPUT.md
81
echo "::group::release notes"
82
cat OUTPUT.md
83
echo "::endgroup::"
0 commit comments