build.sh: exclude pre-commit commits on computing Debian changelog
This commit is contained in:
parent
698fd52a03
commit
14d82fe796
1 changed files with 1 additions and 0 deletions
1
build.sh
1
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)?" \
|
||||
|
|
Loading…
Reference in a new issue