File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ This is an export of [`rustdoc-json-types`](https://github.com/rust-lang/rust/bl
11
11
3 . Run ` ./clgen.sh <old_version> <new_version> `
12
12
4 . Edit the ` TODO ` section in ` CHANGELOG.md ` to include what was done in this release.
13
13
5 . ` git add . `
14
- 6 . ` git commit -m <new_version> `
14
+ 6 . ` git commit -m v <new_version> `
15
15
7 . ` cargo publish `
16
- 8 . ` git tag <new_version> `
16
+ 8 . ` git tag v <new_version> `
17
17
9 . ` git push `
18
18
10 . ` git push --tags `
19
19
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cat<<EOF > tmp
44
44
45
45
TODO: Changelog.
46
46
47
- - Format Version: $format_version "
47
+ - Format Version: $format_version
48
48
- Upstream Commit: [\` $rustc_commit \` ](https://github.com/rust-lang/rust/commit/$rustc_commit )"
49
49
- Diff: [$new_version ...$new_version ](https://github.com/aDotInTheVoid/rustdoc-types/compare/$old_version ...$new_version )"
50
50
EOF
You can’t perform that action at this time.
0 commit comments