Document pushing the release tag to GitHub

This commit is contained in:
Ryan Zoeller 2022-04-21 16:05:06 -05:00
parent 7f5907c78d
commit a06114a99d

View File

@ -16,3 +16,4 @@ The release is prepared as follows:
- Confirm that everything's ready for a release by running
`cargo release <patch|minor|major>`
- Create the release with `cargo release -x <patch|minor|major>`
- Push the created tag to GitHub.