Skip to content

Commit eca4d70

Browse files
committed
I can't read quotes
1 parent 1427c3c commit eca4d70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clgen.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ new_tag="v$new_version"
4242
old_tag="v$old_version"
4343

4444
cat<<EOF > tmp
45-
<a name="$new_tag"></a>"
46-
# [$new_tag](https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/$new_tag) - $date"
45+
<a name="$new_tag"></a>
46+
# [$new_tag](https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/$new_tag) - $date
4747
4848
TODO: Changelog.
4949
5050
- Format Version: $format_version
51-
- Upstream Commit: [\`$rustc_commit\`](https://github.com/rust-lang/rust/commit/$rustc_commit)"
52-
- Diff: [$old_tag...$new_tag](https://github.com/aDotInTheVoid/rustdoc-types/compare/$old_tag...$new_tag)"
51+
- Upstream Commit: [\`$rustc_commit\`](https://github.com/rust-lang/rust/commit/$rustc_commit)
52+
- Diff: [$old_tag...$new_tag](https://github.com/aDotInTheVoid/rustdoc-types/compare/$old_tag...$new_tag)
5353
5454
EOF
5555

0 commit comments

Comments
 (0)