build.sh: exclude CI, build.sh, README.md and merge related commits generating debian changelog
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Benjamin Renard 2022-12-12 19:51:41 +01:00
parent e99758fe0e
commit bbae5ea39e
1 changed files with 5 additions and 0 deletions

View File

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