CI: add release notes

This commit is contained in:
Benjamin Renard 2022-08-01 23:24:55 +02:00
parent 4dc2425387
commit f24ce7f266
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -48,6 +48,7 @@ gitdch \
--version "${VERSION}" \ --version "${VERSION}" \
--code-name $DEBIAN_CODENAME \ --code-name $DEBIAN_CODENAME \
--output $BDIR/debian/changelog \ --output $BDIR/debian/changelog \
--release-notes dist/release_notes.md \
"${GITDCH_ARGS[@]}" "${GITDCH_ARGS[@]}"
if [ -n "$MAINTAINER_NAME" -a -n "$MAINTAINER_EMAIL" ] if [ -n "$MAINTAINER_NAME" -a -n "$MAINTAINER_EMAIL" ]