Skip to content

Commit

Permalink
Update RELEASE_PROCESS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon authored Oct 16, 2024
1 parent b09635c commit b04453d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Here is a simplified set of steps to create a release for `provider-ceph`.
5. **tag next pre-release**: Run the **Tag Release Candidate** action on the main development branch with `-rc.0` for the next release (e.g. `v0.0.3-rc.0`).

## Release Candidate
Every time there is a merge to `main`, the **Release Candidate Publish and PR** workflow will::
Every time there is a merge to `main`, the **Release Candidate Publish and PR** workflow will:
1. Create a release candidate package (eg `v0.0.3-rc.0.1.gcbf3f60is`) and publish it on the Upbound market place (Note: release candidates are not visible to the public on the Upbound marketplace).
2. Open a PR against the main development branch, updating the controller version and README to point at the latest release candidate.
2. Open a PR against the main development branch, updating the controller version and README to point at the latest release candidate. Please review/merge this PR to record the release (this PR will not trigger further CI workflows).

0 comments on commit b04453d

Please sign in to comment.