build.sh: exclude CI, build.sh, README.md and merge related commits generating debian changelog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e99758fe0e
commit
bbae5ea39e
1 changed files with 5 additions and 0 deletions
5
build.sh
5
build.sh
|
@ -49,6 +49,11 @@ fi
|
|||
--code-name $DEBIAN_CODENAME \
|
||||
--output $BDIR/debian/changelog \
|
||||
--release-notes dist/release_notes.md \
|
||||
--exclude "^CI: " \
|
||||
--exclude "\.woodpecker\.yml" \
|
||||
--exclude "build\.sh" \
|
||||
--exclude "README\.md" \
|
||||
--exclude "^Merge branch " \
|
||||
"${GITDCH_ARGS[@]}"
|
||||
|
||||
if [ -n "$MAINTAINER_NAME" -a -n "$MAINTAINER_EMAIL" ]
|
||||
|
|
Loading…
Reference in a new issue