workflow: tweak .generate-changelog-delta.sh

This commit is contained in:
neilotoole 2023-03-25 20:59:33 -06:00
parent f7512c92e0
commit 8c83f0df3a

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
# This script the per-release changelog file for goreleaser to use
# to publish to GitHub releases. It produces markdown output.
@ -19,8 +21,6 @@ git diff "$prevTag" "$curTag" --no-ext-diff --unified=0 --exit-code -a --no-pref
| cut -c 2- \
| tail -n +2
# Then we add a section for the commits.
printf "\n### Commits\n\n"