Skip to content

Commit 102b794

Browse files
fix(show_changelog): use merges: null so commit messages from manually merged PRs are processed
1 parent 6664a70 commit 102b794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show_changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let options = {
2727
preset: 'ui-router-core'
2828
};
2929

30-
const context = {}, gitOpts = {};
30+
const context = {}, gitOpts = { merges: null };
3131
const to = yargs.argv.to;
3232
const from = yargs.argv.from;
3333
const deps = yargs.argv.deps || [];

0 commit comments

Comments
 (0)