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:
Bryant Mairs 2018-06-02 10:46:04 -07:00
parent b92b36fd5a
commit 5f43cc83cb

View File

@ -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`.