Skip to content

Document the release process and fix the automated portions #111

@galargh

Description

@galargh

Done Criteria

  1. There is a RELEASE.md file that outlines the release process, even if it's just pointing at the automation.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions