Skip to content

Commit 8e89727

Browse files
committed
Remove extra :
1 parent 318be9a commit 8e89727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release/generate_release_notes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ changelog="$(
109109

110110
image_tag="$(execrelative ./image_tag.sh --version "$new_version")"
111111

112-
echo -e "## Changelog:
112+
echo -e "## Changelog
113113
114114
$changelog
115115
116116
[\`${old_version}...${new_version}\`](https://github.com/coder/coder/compare/${old_version}...${new_version})
117117
118-
## Container image:
118+
## Container image
119119
120120
- \`docker pull $image_tag\`
121121
"

0 commit comments

Comments
 (0)