You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.