mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-21 17:39:09 +01:00
build-deb.sh: exclude docker & build-deb.sh related commits in generated changelog
This commit is contained in:
parent
129cfa537b
commit
2d08374a53
1 changed files with 2 additions and 1 deletions
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in a new issue