build-deb.sh: exclude docker & build-deb.sh related commits in generated changelog

This commit is contained in:
Benjamin Renard 2023-10-26 18:22:21 +02:00
parent 129cfa537b
commit 2d08374a53
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -114,10 +114,11 @@ $GITDCH \
--code-name $DEBIAN_CODENAME \
--output $DIST_DIR/debian/changelog \
--release-notes ../release-notes.md \
--exclude "^Docker: " \
--exclude "^CI: " \
--exclude "^debian: " \
--exclude "\.gitlab-ci\.yml" \
--exclude "build\.sh" \
--exclude "build-deb\.sh" \
--exclude "README\.md" \
--exclude "^Merge branch " \
--verbose "${GITDCH_EXTRA_ARGS[@]}"