Skip to content

Commit

Permalink
add note about RC from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Apr 29, 2024
1 parent 683aa59 commit 59a5e10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,12 @@ git push origin my-backport-branch
</details>

### Creating a Release Candidate
Once a release branch has been created, you can use github actions to create a release candidate:
You can use github actions to create a release candidate:
1) Create the release candidate tag with the following format (e.g., vx.x.x-rc) ex. v11.0.0-rc.
2) Push the tag and the automation will take care of the rest

You may create the RC tag directly off `develop` if a release branch has not been created yet. You should use the release branch if it exists and has diverged from develop.

By following these steps, you can efficiently create a release candidate for QA and validation. In the future we will make this automatically deploy to a testnet when a -rc branch is created.
Currently, raising the proposal to deploy to testnet is a manual process via GovOps repo.

Expand Down

0 comments on commit 59a5e10

Please sign in to comment.