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
11113 . Run ` ./clgen.sh <old_version> <new_version> `
12124 . Edit the ` TODO ` section in ` CHANGELOG.md ` to include what was done in this release.
13135 . ` git add . `
14- 6 . ` git commit -m <new_version> `
14+ 6 . ` git commit -m v <new_version> `
15157 . ` cargo publish `
16- 8 . ` git tag <new_version> `
16+ 8 . ` git tag v <new_version> `
17179 . ` git push `
181810 . ` git push --tags `
1919
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cat<<EOF > tmp
4444
4545TODO: Changelog.
4646
47- - Format Version: $format_version "
47+ - Format Version: $format_version
4848- Upstream Commit: [\` $rustc_commit \` ](https://github.com/rust-lang/rust/commit/$rustc_commit )"
4949- Diff: [$new_version ...$new_version ](https://github.com/aDotInTheVoid/rustdoc-types/compare/$old_version ...$new_version )"
5050EOF
You can’t perform that action at this time.
0 commit comments