From bbae5ea39efce7fb55ce0a4390d649e321c249fb Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 12 Dec 2022 19:51:41 +0100 Subject: [PATCH] build.sh: exclude CI, build.sh, README.md and merge related commits generating debian changelog --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 9e4e586..5cbcdb3 100755 --- a/build.sh +++ b/build.sh @@ -49,6 +49,11 @@ fi --code-name $DEBIAN_CODENAME \ --output $BDIR/debian/changelog \ --release-notes dist/release_notes.md \ + --exclude "^CI: " \ + --exclude "\.woodpecker\.yml" \ + --exclude "build\.sh" \ + --exclude "README\.md" \ + --exclude "^Merge branch " \ "${GITDCH_ARGS[@]}" if [ -n "$MAINTAINER_NAME" -a -n "$MAINTAINER_EMAIL" ]