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 0862467 commit 9cc0e9bCopy full SHA for 9cc0e9b
scripts/changelog.ts
@@ -63,7 +63,7 @@ const changelogFunctions = {
63
const shortCommitId = commitFromSummary.slice(0, 7)
64
links = {
65
...links,
66
- commit: `[\`${shortCommitId}\`](https://github.com/${options.repo}/commit/${commitFromSummary})`,
+ commit: shortCommitId,
67
}
68
69
return links
0 commit comments