ci: fix changelog generation

This commit is contained in:
Robert Kaussow 2023-10-18 13:59:28 +02:00
parent 8f6c394a21
commit 628244f9ad
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -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