Skip to content

Commit

Permalink
ci: fix changelog generation for tag events (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Oct 17, 2023
1 parent 48bead3 commit f246b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/build-package.yml
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 f246b1d

Please sign in to comment.