Skip to content

Commit ebef0a5

Browse files
committed
Document release procedure
1 parent c5fce54 commit ebef0a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
This is an export of [`rustdoc-json-types`](https://github.com/rust-lang/rust/blob/master/src/rustdoc-json-types/lib.rs)
66

7+
## Release Procedure
8+
9+
1. Run `./update.sh` to pull code from upstream
10+
2. Run `cargo test`
11+
3. Update `version` field in `Cargo.toml`
12+
4. `git add` and `git commit` changed files
13+
5. `git tag vMAJOR.MINOR.PATCH`
14+
6. `git push --tags`
15+
7. `git push`
16+
7. `cargo publish`
717

818
## License
919

0 commit comments

Comments
 (0)