Skip to content

Commit

Permalink
fix(show_changelog): use merges: null so commit messages from manuall…
Browse files Browse the repository at this point in the history
…y merged PRs are processed
  • Loading branch information
christopherthielen committed Jan 31, 2018
1 parent 6664a70 commit 102b794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show_changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let options = {
preset: 'ui-router-core'
};

const context = {}, gitOpts = {};
const context = {}, gitOpts = { merges: null };
const to = yargs.argv.to;
const from = yargs.argv.from;
const deps = yargs.argv.deps || [];
Expand Down

0 comments on commit 102b794

Please sign in to comment.