From 614e054e0543df6e9f25d4caf5d4ff86739553af Mon Sep 17 00:00:00 2001 From: Yoshiki Fujikane <40124947+ffjlabo@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:33:02 +0900 Subject: [PATCH] Fix the docs for the target branch for the rc release (#5140) Signed-off-by: Yoshiki Fujikane --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 9b6d394ce3..76b9a93bc7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -90,7 +90,7 @@ This may also contain some minor features, but ensure that it does NOT contain a 1. Move on to [Releases > Draft a New Release](https://github.com/pipe-cd/pipecd/releases/new). 2. Set values as below: 1. `Choose a tag`: Create a new tag `vX.Y.Z-rcN` - 2. `Target`(branch): `master` + 2. `Target`(branch): use `master` for the minor rc, use `release-vX.Y.x` for the patch rc 3. `Release title`: `Release vX.Y.Z-rcN` 4. Body area 1. Copy from the previous rc-release note.