From adc745a9dad635b4476fb61d79d2fd0f98079473 Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Mon, 11 Sep 2023 09:49:43 -0700 Subject: [PATCH] PR Comments --- docs/contributing/contributing-releases/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/contributing-releases/README.md b/docs/contributing/contributing-releases/README.md index addfe4dc36..c05afc0551 100644 --- a/docs/contributing/contributing-releases/README.md +++ b/docs/contributing/contributing-releases/README.md @@ -35,7 +35,7 @@ If this workflow run fails, or if we encounter an issue with an RC release, plea If sample validation passes, we can start the process of creating the final release. -1. Go through steps 1-4 of "Creating an RC release" above, substituting the final release version instead of the RC version. For example, if the RC version is `v0.1.0-rc1`, the final release version would be `v0.1.0`. +1. Go through steps 1-4 of "Creating an RC release" above, substituting the final release version instead of the RC version. For example, if the RC version number is `0.1.0-rc1`, the final release version would be `0.1.0`. 1. After creating the pull request, there should be an automatically-generated release notes comment. Create a new release note document in the [release-notes](../../release-notes/) directory. Follow the directory's README.md for instructions on how to create a new release note document. Include this file in the release version pull request. [Example](https://github.com/project-radius/radius/pull/6092/files)