Skip to content

Commit

Permalink
docs: add step to update the next minor upgrade branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 17, 2022
1 parent b3ebf5b commit 3d6f00b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions admin/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d6f00b

Please sign in to comment.