Skip to content

Commit 9cc0e9b

Browse files
committed
chore: update changelog.ts
1 parent 0862467 commit 9cc0e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const changelogFunctions = {
6363
const shortCommitId = commitFromSummary.slice(0, 7)
6464
links = {
6565
...links,
66-
commit: `[\`${shortCommitId}\`](https://github.com/${options.repo}/commit/${commitFromSummary})`,
66+
commit: shortCommitId,
6767
}
6868
}
6969
return links

0 commit comments

Comments
 (0)