File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ new_tag="v$new_version"
42
42
old_tag=" v$old_version "
43
43
44
44
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
47
47
48
48
TODO: Changelog.
49
49
50
50
- 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 )
53
53
54
54
EOF
55
55
You can’t perform that action at this time.
0 commit comments