From 3d6f00b5563b64e1a41a26143003224bfb0f0434 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 17 Jun 2022 09:52:30 +0900 Subject: [PATCH] docs: add step to update the next minor upgrade branch --- admin/RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin/RELEASE.md b/admin/RELEASE.md index 963f95762b4e..4c476e1e9933 100644 --- a/admin/RELEASE.md +++ b/admin/RELEASE.md @@ -47,6 +47,13 @@ Copy the resulting content into **CHANGELOG.md** and adjust the format to match * Title: "4.x.x Ready code" * Description: blank * Merge the PR then fast-forward `develop` to catch the merge commit +* Update the next minor upgrade branch `4.x` +```bash +git fetch upstream +git checkout 4.x +git merge upstream/develop +git push upstream HEAD +``` * Create a new Release: * Version: "v4.x.x" * Title: "CodeIgniter 4.x.x"