Skip to content

Commit

Permalink
Update generate_changelog.sh to remove SSH signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Apr 30, 2024
1 parent b8ecc3f commit 04dffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ url=$( git remote get-url origin | sed -e 's/^git@\(.*\):/https:\/\/\1\//' -e 's
# echo -ne "# [${version}](${url}/tree/${current}) ($date)\n\n[Full Changelog](${url}/compare/${previous}...${current})\n\n" > "CHANGELOG.md"

if [ "$version" = "$tag" ]; then # on a tag
git cat-file -p "$tag" | sed -e '1,5d' -e '/^-----BEGIN PGP/,/^-----END PGP/d' >> "CHANGELOG.md"
git cat-file -p "$tag" | sed -e '1,5d' -e '/^-----BEGIN/,/^-----END/d' >> "CHANGELOG.md"
fi

0 comments on commit 04dffb0

Please sign in to comment.