Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 984 Bytes

RELEASE.md

File metadata and controls

21 lines (11 loc) · 984 Bytes

Releasing ClusterFactory

Creating a release

Creating a release happens via GitHub Actions by creating an annotated git tag. Tag creation triggers the release workflow which will do most of the heavy-lifting:

After the action completes, the release will be in draft state to allow manual modification of the release notes. Currently there is no automation for the release notes, this has to be manually collected.

Once the release notes are done we can publish the release.

Semver

We follow semantic versioning for version numbering. We are currently working on the 0.y.z series, so the rules are interpreted a bit more loosely.

Break changes still need to be announced.

Betas, RCs and others

We may bake couple beta or RC releases before pushing out the final release.