Skip to content

Commit

Permalink
ci: fix changelog generation for tag events (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Oct 17, 2023
1 parent b4296d3 commit 4343993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ steps:
commands:
- git fetch --depth=2147483647
- git sv current-version
- git sv release-notes
- git sv release-notes -o CHANGELOG.md
- git sv release-notes -t ${CI_COMMIT_TAG:-next} -o CHANGELOG.md
- cat CHANGELOG.md

publish-github:
image: docker.io/plugins/github-release
Expand Down

0 comments on commit 4343993

Please sign in to comment.