mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +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 \
|
--code-name $DEBIAN_CODENAME \
|
||||||
--output $DIST_DIR/debian/changelog \
|
--output $DIST_DIR/debian/changelog \
|
||||||
--release-notes ../release-notes.md \
|
--release-notes ../release-notes.md \
|
||||||
|
--exclude "^Docker: " \
|
||||||
--exclude "^CI: " \
|
--exclude "^CI: " \
|
||||||
--exclude "^debian: " \
|
--exclude "^debian: " \
|
||||||
--exclude "\.gitlab-ci\.yml" \
|
--exclude "\.gitlab-ci\.yml" \
|
||||||
--exclude "build\.sh" \
|
--exclude "build-deb\.sh" \
|
||||||
--exclude "README\.md" \
|
--exclude "README\.md" \
|
||||||
--exclude "^Merge branch " \
|
--exclude "^Merge branch " \
|
||||||
--verbose "${GITDCH_EXTRA_ARGS[@]}"
|
--verbose "${GITDCH_EXTRA_ARGS[@]}"
|
||||||
|
|
Loading…
Reference in a new issue