mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-24 00:22:57 +03:00
workflow: tweak .generate-changelog-delta.sh
This commit is contained in:
parent
f7512c92e0
commit
8c83f0df3a
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user