From 3e6aa30e3dee08712178b9509745634bcab446f9 Mon Sep 17 00:00:00 2001 From: Yoshiki Fujikane Date: Mon, 26 Aug 2024 14:58:59 +0900 Subject: [PATCH] Add docs for cherry pick workflow on RELEASE.md Signed-off-by: Yoshiki Fujikane --- RELEASES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 76b9a93bc7..d1c922f900 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -72,7 +72,13 @@ This may also contain some minor features, but ensure that it does NOT contain a - Get a review and merge. ### Backport fixes and Release note -- Run release pick commits +- Run `cherry_pick` workflow + - Label the merged PR you want to cherry pick with `cherry-pick` , `vX.Y.Z` + (e.g. v0.48.6 https://github.com/pipe-cd/pipecd/pulls?q=is%3Apr+label%3Acherry-pick+is%3Aclosed+label%3Av0.48.6) + - Execute the `cherry_pick` GitHub workflow with `release branch` and `release version` on master branch. + (e.g. if you want to release v0.48.6, `release branch` is `release-v0.48.x` and `release version` is `v0.48.6`) + +- If you have some trouble with the above, run release pick commits on local machine. This example assumes that the name of a release branch is `release-vX.Y.x` and the numbers of pull request are `#1234` and `#5678`: ```shell