We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21f963 commit c408dd9Copy full SHA for c408dd9
lib/prepare_release.js
@@ -622,7 +622,7 @@ export default class ReleasePreparation extends Session {
622
623
const notableChanges = await this.getBranchDiff({
624
onlyNotableChanges: true,
625
- format: 'plaintext'
+ format: isSecurityRelease ? 'messageonly' : 'plaintext'
626
});
627
messageBody.push('Notable changes:\n\n');
628
if (isLTSTransition) {
0 commit comments