diff --git a/build-deb.sh b/build-deb.sh index 444d3342..93b9d6e8 100755 --- a/build-deb.sh +++ b/build-deb.sh @@ -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[@]}"