Skip to content

Commit a5468e2

Browse files
committed
fix: Explicitly format compare URL like GitHub would
1 parent 0f5883f commit a5468e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/generate_release_notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ echo -e "## Changelog:
113113
114114
$changelog
115115
116-
https://github.com/coder/coder/compare/${old_version}...${new_version}
116+
[\`${old_version}...${new_version}\`](https://github.com/coder/coder/compare/${old_version}...${new_version})
117117
118118
## Container image:
119119

0 commit comments

Comments
 (0)