From 68729f301fcb218a17cacca05bf0b0c34689f9a3 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 2 Aug 2022 01:30:25 +0200 Subject: [PATCH] CI: add release notes --- .woodpecker.yml | 1 + build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index a89c9f8..8350ca6 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/* - deb_dist/*.deb diff --git a/build.sh b/build.sh index a318b96..b93d18c 100755 --- a/build.sh +++ b/build.sh @@ -90,6 +90,7 @@ $GITDCH \ --version "${VERSION}" \ --code-name $DEBIAN_CODENAME \ --output debian/changelog \ + --release-notes dist/release_notes.md \ --path ../../ \ "${GITDCH_ARGS[@]}"