Skip to content

Commit

Permalink
Ci: fix pontos-changelog call (#810)
Browse files Browse the repository at this point in the history
Ci: fix pontos-changelog call
  • Loading branch information
nichtsfrei authored Jan 8, 2025
1 parent 57c79b5 commit aa489b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
--current-version ${{ env.LATEST_VERSION }} \
--next-version ${{ env.NEW_VERSION }} \
--config changelog.toml \
--project $PROJECT \
--repository ${{ github.repository }} \
--versioning-scheme semver \
-o /tmp/changelog.md || true
# we would rather have empty release notes than no release
Expand Down

0 comments on commit aa489b5

Please sign in to comment.