Skip to content

Commit

Permalink
add 0.41-rc1 release candidate
Browse files Browse the repository at this point in the history
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
  • Loading branch information
brooke-hamilton committed Dec 5, 2024
1 parent 03254be commit 9ae2a6d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/contributing/contributing-releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,22 @@ Follow the steps below to create an RC release.

```bash
git checkout main
git checkout -b <USERNAME>/<BRANCHNAME>
git checkout -b <USERNAME>/release-<MAJOR>.<MINOR>.0-rc1
```

1. In your local branch, update the `versions.yaml` file to to reflect the new release candidate version that we would like to release. The `versions.yaml` file is a declarative version tracking file that the Radius community maintains ([Example](https://github.com/radius-project/radius/pull/6077/files)).
1. In your local branch, update the `versions.yaml` file to to add the new release candidate as a supported version that we would like to release. The `versions.yaml` file is a declarative version tracking file that the Radius community maintains ([Example](https://github.com/radius-project/radius/pull/6077/files)).

Example:
```yaml
supported:
- channel: '0.41'
version: 'v0.41.0-rc1'
- channel: '0.40'
version: 'v0.40.0'
deprecated:
- channel: '0.39'
version: 'v0.39.0'
```
1. Push these changes to a remote branch and create a pull request against `main`.

Expand Down
2 changes: 2 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
supported:
- channel: '0.41'
version: 'v0.41.0-rc1'
- channel: '0.40'
version: 'v0.40.0'
deprecated:
Expand Down

0 comments on commit 9ae2a6d

Please sign in to comment.