fix: remove redundant log
This commit is contained in:
parent
83af7acf69
commit
728ea34dda
@ -51,7 +51,6 @@ module.exports = {
|
|||||||
if (context.nextRelease.gitHead !== newGitHead) {
|
if (context.nextRelease.gitHead !== newGitHead) {
|
||||||
context.nextRelease.gitHead = newGitHead;
|
context.nextRelease.gitHead = newGitHead;
|
||||||
// Regenerate the release notes
|
// Regenerate the release notes
|
||||||
logger.log('Call plugin %s', 'generateNotes');
|
|
||||||
context.nextRelease.notes = await generateNotes(context);
|
context.nextRelease.notes = await generateNotes(context);
|
||||||
}
|
}
|
||||||
// Call the next prepare plugin with the updated `nextRelease`
|
// Call the next prepare plugin with the updated `nextRelease`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user