From 7ad5088432443422e7ce128009fff0216ac73cb2 Mon Sep 17 00:00:00 2001 From: Tony Jin Date: Tue, 11 Apr 2017 14:58:01 -0700 Subject: [PATCH] Chore: Update changelog generator to ignore old pull requests (#59) --- CHANGELOG.md | 2 +- build/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7cfac95..59189d66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,4 +96,4 @@ - Setting up Travis [\#1](https://github.com/box/box-content-preview/pull/1) ([tonyjin](https://github.com/tonyjin)) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/build/release.sh b/build/release.sh index d10c1fc5d..38ea70fc3 100755 --- a/build/release.sh +++ b/build/release.sh @@ -49,7 +49,7 @@ update_changelog() { echo "Updating CHANGELOG.md" echo "----------------------------------------------------" - if github_changelog_generator box/box-content-preview --future-release v$VERSION --since-tag v$OLD_VERSION; then + if github_changelog_generator box/box-content-preview --future-release v$VERSION --exclude-labels legacy-ignore; then echo "----------------------------------------------------" echo "Updated CHANGELOG successfully" echo "----------------------------------------------------"