Skip to content

Commit

Permalink
Merge pull request #114 from jannis-baum/issue/113-fix-release-messag…
Browse files Browse the repository at this point in the history
…e-body

Fix release message body
  • Loading branch information
jannis-baum authored Jul 19, 2024
2 parents 88fa0d5 + 94fac31 commit f9e8270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
echo -e "## What's changed\n" \
> release.md
git tag -l --format="%(contents:subject)" ${{ github.ref }} \
git tag -l --format="%(contents)" ${{ github.ref_name }} | sed '/^-----BEGIN PGP SIGNATURE-----/,$d' \
>> release.md
echo -e "\n**Full changelog**: https://github.com/jannis-baum/vivify/compare/$(git tag --sort=version:refname | tail -2 | head -1)...${{ github.ref }}" \
>> release.md
Expand Down

0 comments on commit f9e8270

Please sign in to comment.