Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 421 Bytes

RELEASE.md

File metadata and controls

10 lines (8 loc) · 421 Bytes

Release Process

Major or Minor Release

  1. Create a release branch named vX.Y.Z where X.Y.Z is the version.
  2. Bump version number on release branch.
  3. Create an annotated, signed tag: git tag -s -a vX.Y.Z
  4. Create a github release using gh release create and publish it.
  5. Have the release flow being reviewed.
  6. Bump version number on main to the next version followed by .dev, e.g. v0.4.0.dev.