From e8252d6046506e201fede2e33566fcc05c5033dc Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 26 Dec 2023 09:12:34 +0900 Subject: [PATCH] docs: add commands to prepare --- admin/RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/RELEASE.md b/admin/RELEASE.md index 5940307c3..123d57d6d 100644 --- a/admin/RELEASE.md +++ b/admin/RELEASE.md @@ -38,6 +38,8 @@ the changelog. * [ ] Clone **codeigniter4/shield** and resolve any necessary PRs ```console + rm -rf shield.bk + mv shield shield.bk git clone git@github.com:codeigniter4/shield.git ``` * [ ] Merge any Security Advisory PRs in private forks