build.sh: add some commit exclusion regex on computing Debian changelog

This commit is contained in:
Benjamin Renard 2023-07-10 13:07:34 +02:00
parent 71a49f7b2f
commit 698fd52a03
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -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..."