Skip to content

Commit

Permalink
git-node: group notable changes during release prep (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored Jul 16, 2020
1 parent 5fe936f commit 498d600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/prepare_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ class ReleasePreparation {
`${upstream}/${releaseBranch}`,
proposalBranch,
`--require-label=${notableLabels.join(',')}`,
`--format=${opts.format || 'markdown'}`
`--format=${opts.format || 'markdown'}`,
'--group'
];
} else {
const excludeLabels = [
Expand Down

0 comments on commit 498d600

Please sign in to comment.