summaryrefslogtreecommitdiffstats
path: root/.travis/generate_changelog_for_nightlies.sh
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-07-26 15:46:15 +0300
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-07-26 15:46:15 +0300
commit3c5fc32784c45afd6d4010adce6dd54252435c11 (patch)
tree1293627823f4a053eb912c3b1ed07ea766712930 /.travis/generate_changelog_for_nightlies.sh
parente2e20dad1fc29dcd6bd76b6dc50c80045d0a2956 (diff)
netdata/ci: [ci skip] Do not include issues for now
Diffstat (limited to '.travis/generate_changelog_for_nightlies.sh')
-rwxr-xr-x.travis/generate_changelog_for_nightlies.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/generate_changelog_for_nightlies.sh b/.travis/generate_changelog_for_nightlies.sh
index 68491fa9be..b908628807 100755
--- a/.travis/generate_changelog_for_nightlies.sh
+++ b/.travis/generate_changelog_for_nightlies.sh
@@ -49,6 +49,7 @@ docker run -it -v "$(pwd)":/project markmandel/github-changelog-generator:latest
--token "${GITHUB_TOKEN}" \
--since-tag "v1.10.0" \
--unreleased-label "**Next release**" \
+ --no-issues \
--exclude-labels "stale,duplicate,question,invalid,wontfix,discussion,no changelog" \
--no-compare-link ${OPTS}