CI: add release notes

This commit is contained in:
Benjamin Renard 2022-08-02 01:30:25 +02:00
parent 31eeff367c
commit 68729f301f
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ pipeline:
api_key:
from_secret: gitea_token
base_url: https://gitea.zionetrix.net
note: dist/release_notes.md
files:
- dist/*
- deb_dist/*.deb

View File

@ -90,6 +90,7 @@ $GITDCH \
--version "${VERSION}" \
--code-name $DEBIAN_CODENAME \
--output debian/changelog \
--release-notes dist/release_notes.md \
--path ../../ \
"${GITDCH_ARGS[@]}"