From 698fd52a034ba09c3b85484d0012640489544ae8 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 10 Jul 2023 13:07:34 +0200 Subject: [PATCH] build.sh: add some commit exclusion regex on computing Debian changelog --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index c910396..522d362 100755 --- a/build.sh +++ b/build.sh @@ -113,6 +113,12 @@ $GITDCH \ --output debian/changelog \ --release-notes ../../dist/release_notes.md \ --path ../../ \ + --exclude "^CI: " \ + --exclude "\.?woodpecker(\.yml)?" \ + --exclude "build(\.sh)?" \ + --exclude "tests(\.sh)?" \ + --exclude "README(\.md)?" \ + --exclude "^Merge branch " \ "${GITDCH_ARGS[@]}" echo "Add custom package name for dependencies..."