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 1965a6b commit e3a122aCopy full SHA for e3a122a
source/ui.js
@@ -66,7 +66,7 @@ const printCommitLog = async (repoUrl, registryUrl, fromLatestTag, releaseBranch
66
67
const releaseNotes = nextTag => commits.map(commit =>
68
`- ${htmlEscape(commit.message)} ${commit.id}`,
69
- ).join('\n') + `\n\n${repoUrl}/compare/${revision}...${nextTag}`;
+ ).join('\n') + `\n\n---\n\n${repoUrl}/compare/${revision}...${nextTag}`;
70
71
const commitRange = util.linkifyCommitRange(repoUrl, commitRangeText);
72
console.log(`${chalk.bold('Commits:')}\n${history}\n\n${chalk.bold('Commit Range:')}\n${commitRange}\n\n${chalk.bold('Registry:')}\n${registryUrl}\n`);
0 commit comments