diff --git a/.woodpecker.yml b/.woodpecker.yml index a844895..0849906 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -44,6 +44,7 @@ pipeline: api_key: from_secret: gitea_token base_url: https://gitea.zionetrix.net + note: dist/release_notes.md files: - dist/check-syncrepl-extended-*/check_syncrepl_extended - dist/*.deb diff --git a/build.sh b/build.sh index 74f8dc3..35062ee 100755 --- a/build.sh +++ b/build.sh @@ -48,6 +48,7 @@ gitdch \ --version "${VERSION}" \ --code-name $DEBIAN_CODENAME \ --output $BDIR/debian/changelog \ + --release-notes dist/release_notes.md \ "${GITDCH_ARGS[@]}" if [ -n "$MAINTAINER_NAME" -a -n "$MAINTAINER_EMAIL" ]