Skip to content

Commit

Permalink
chore(release): remove empty lines from the tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 2, 2023
1 parent 95cb813 commit 83aca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git add -A
git commit -m "chore(release): prepare for $1"
git show
# generate a changelog for the tag message
changelog=$(git cliff --tag "$1" --unreleased --strip all)
changelog=$(git cliff --tag "$1" --unreleased --strip all | sed -e '/^#/d' -e '/^$/d')
# create a signed tag
# https://keyserver.ubuntu.com/pks/lookup?search=0x1B250A9F78535D1A&op=vindex
git -c user.name="runst" \
Expand Down

0 comments on commit 83aca4d

Please sign in to comment.