build.sh: exclude pre-commit commits on computing Debian changelog

This commit is contained in:
Benjamin Renard 2023-07-10 14:19:41 +02:00
parent 698fd52a03
commit 14d82fe796
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -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)?" \