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 294e044 commit 4d9dfeaCopy full SHA for 4d9dfea
src/changelog.ts
@@ -40,7 +40,7 @@ function prepareVersionChangelog(
40
41
let fullListMarkdown = "";
42
sortedChanges.forEach(([message, hashes]) => {
43
- fullListMarkdown += `- [[${hashes.sort().join("], [")}]] ${message}\n`;
+ fullListMarkdown += `- ${message} ([${hashes.sort().join("], [")}])\n`;
44
});
45
46
const releaseDate = new Date().toISOString().split("T")[0];
0 commit comments