We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fce54 commit ebef0a5Copy full SHA for ebef0a5
README.md
@@ -4,6 +4,16 @@
4
5
This is an export of [`rustdoc-json-types`](https://github.com/rust-lang/rust/blob/master/src/rustdoc-json-types/lib.rs)
6
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`
17
18
## License
19
0 commit comments