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 a08916c commit 14129a9Copy full SHA for 14129a9
index.js
@@ -82,7 +82,6 @@ async function generateNotes(pluginConfig, context) {
82
debug('previousTag: %o', changelogContext.previousTag);
83
debug('currentTag: %o', changelogContext.currentTag);
84
debug('host: %o', changelogContext.host);
85
- debug('host: %o', changelogContext.host);
86
debug('linkReferences: %o', changelogContext.linkReferences);
87
debug('issue: %o', changelogContext.issue);
88
debug('commit: %o', changelogContext.commit);
0 commit comments