Done Criteria
- There is a RELEASE.md file that outlines the release process, even if it's just pointing at the automation.
- The issues discovered during the v19.0.0 release (PR) are addressed
- The default GitHub token used by
release.yml cannot push d3d71d3 to the default branch because the default branch requires changes to be made through pull requests
- It cannot create a tag either because git push is performed atomically by
cargo release
- The release commit created by
cargo release does not contain changelog changes (e.g. 0e64ce8)
Why Important
Reduce time to do a release or remembering/investigating how.
User/Customer
Maintainers