Skip to content

Commit

Permalink
Fix Silly Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aDotInTheVoid committed Dec 23, 2023
1 parent 4bbd001 commit b68c258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ This is an export of [`rustdoc-json-types`](https://github.com/rust-lang/rust/bl
3. Run `./clgen.sh <old_version> <new_version>`
4. Edit the `TODO` section in `CHANGELOG.md` to include what was done in this release.
5. `git add .`
6. `git commit -m <new_version>`
6. `git commit -m v<new_version>`
7. `cargo publish`
8. `git tag <new_version>`
8. `git tag v<new_version>`
9. `git push`
10. `git push --tags`

Expand Down
2 changes: 1 addition & 1 deletion clgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cat<<EOF > tmp
TODO: Changelog.
- Format Version: $format_version"
- Format Version: $format_version
- Upstream Commit: [\`$rustc_commit\`](https://github.com/rust-lang/rust/commit/$rustc_commit)"
- Diff: [$new_version...$new_version](https://github.com/aDotInTheVoid/rustdoc-types/compare/$old_version...$new_version)"
EOF
Expand Down

0 comments on commit b68c258

Please sign in to comment.