From 14d82fe79680a0a26bee75587bb0a2b3f88f073d Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 10 Jul 2023 14:19:41 +0200 Subject: [PATCH] build.sh: exclude pre-commit commits on computing Debian changelog --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 522d362..4d3ca6d 100755 --- a/build.sh +++ b/build.sh @@ -114,6 +114,7 @@ $GITDCH \ --release-notes ../../dist/release_notes.md \ --path ../../ \ --exclude "^CI: " \ + --exclude "^pre-commit: " \ --exclude "\.?woodpecker(\.yml)?" \ --exclude "build(\.sh)?" \ --exclude "tests(\.sh)?" \