Skip to content

Commit

Permalink
ci: fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Oct 18, 2023
1 parent 8f6c394 commit 628244f
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 @@ -23,8 +23,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 628244f

Please sign in to comment.