Skip to content

Commit

Permalink
Chore: Update changelog generator to ignore old pull requests (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjin authored Apr 11, 2017
1 parent ebbaccd commit 7ad5088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "----------------------------------------------------"
Expand Down

0 comments on commit 7ad5088

Please sign in to comment.