From 624e46e71ca3d650f87f1cf3ecbb37105e67af3c Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:31:32 -0500 Subject: [PATCH] release 0.41-rc1 Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- docs/contributing/contributing-releases/README.md | 2 +- versions.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing/contributing-releases/README.md b/docs/contributing/contributing-releases/README.md index 2c5c30f77f..fc1bce7624 100644 --- a/docs/contributing/contributing-releases/README.md +++ b/docs/contributing/contributing-releases/README.md @@ -46,7 +46,7 @@ Follow the steps below to create an RC release. ```bash git checkout main - git checkout -b / + git checkout -b release/ ``` 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)). diff --git a/versions.yaml b/versions.yaml index 62eaf24164..cb5db0d74f 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,4 +1,6 @@ supported: + - channel: '0.41' + version: 'v0.41.0-rc1' - channel: '0.40' version: 'v0.40.0' deprecated: