8000
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 83af7ac commit 728ea34Copy full SHA for 728ea34
lib/definitions/plugins.js
@@ -51,7 +51,6 @@ module.exports = {
51
if (context.nextRelease.gitHead !== newGitHead) {
52
context.nextRelease.gitHead = newGitHead;
53
// Regenerate the release notes
54
- logger.log('Call plugin %s', 'generateNotes');
55
context.nextRelease.notes = await generateNotes(context);
56
}
57
// Call the next prepare plugin with the updated `nextRelease`
0 commit comments