Skip to content

Commit 81cead1

Browse files
committed
docs: update RELEASE.md
1 parent f5a7358 commit 81cead1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

admin/RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
If you release a new minor version.
1212

1313
* Create PR to merge `4.x` into `develop` and merge it
14+
* Rename the current minor version (e.g., `4.4`) in Setting > Branches >
15+
"Branch protection rules" to the next minor version. E.g. `4.4``4.5`
1416
* Delete the merged `4.x` branch (This closes all PRs to the branch)
1517
* Do the regular release process. Go to the next "Changelog" section
1618

@@ -77,6 +79,7 @@ the existing content.
7779
* fill in the "All Changes" section, and add it to **upgrading.rst**
7880
* git diff --name-status origin/master -- . ':!system'
7981
* Remove the section titles that have no items
82+
* Update the "from" version in the title. E.g., `from 4.3.x` → `from 4.3.8`
8083
* Commit the changes with `Prep for 4.x.x release` and push to origin
8184
* Create a new PR from `release-4.x.x` to `develop`:
8285
* Title: `Prep for 4.x.x release`
@@ -113,6 +116,8 @@ the existing content.
113116
* "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
114117
* "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
115118
* "[pages-build-deployment](https://github.com/codeigniter4/userguide/actions/workflows/pages/pages-build-deployment)", UG repo
119+
* Check if "CodeIgniter4.x.x.epub" is added to UG repo. "CodeIgniter.epub" was
120+
created when v4.3.8 was released.
116121
* Fast-forward `develop` branch to catch the merge commit from `master`
117122
```console
118123
git fetch origin

0 commit comments

Comments
 (0)