Skip to content

Commit b68c258

Browse files
committed
Fix Silly Typos
1 parent 4bbd001 commit b68c258

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This is an export of [`rustdoc-json-types`](https://github.com/rust-lang/rust/bl
1111
3. Run `./clgen.sh <old_version> <new_version>`
1212
4. Edit the `TODO` section in `CHANGELOG.md` to include what was done in this release.
1313
5. `git add .`
14-
6. `git commit -m <new_version>`
14+
6. `git commit -m v<new_version>`
1515
7. `cargo publish`
16-
8. `git tag <new_version>`
16+
8. `git tag v<new_version>`
1717
9. `git push`
1818
10. `git push --tags`
1919

clgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cat<<EOF > tmp
4444
4545
TODO: 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)"
5050
EOF

0 commit comments

Comments
 (0)