build.sh: add some commit exclusion regex on computing Debian changelog
This commit is contained in:
parent
71a49f7b2f
commit
698fd52a03
1 changed files with 6 additions and 0 deletions
6
build.sh
6
build.sh
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue