mirror of
https://gitee.com/openharmony/third_party_rust_nix
synced 2024-11-23 07:20:09 +00:00
Update release procedure
It can be easy to miss something that's required for a release, so run cargo publish as a dry run to make sure everything's set.
This commit is contained in:
parent
b92b36fd5a
commit
5f43cc83cb
@ -20,6 +20,8 @@ The release is prepared as follows:
|
||||
- In `Cargo.toml`, change the libc dependency to the latest version.
|
||||
- In `README.md`, update the version in the Usage section to the new
|
||||
version.
|
||||
- Confirm that everything's ready for a release by running
|
||||
`cargo publish --dry-run`
|
||||
- Make a pull request.
|
||||
- Once the PR is merged, tag the merge commit, e.g. `git tag v0.8.3
|
||||
$MERGE_COMMIT_SHA1`.
|
||||
|
Loading…
Reference in New Issue
Block a user