|
11 | 11 | If you release a new minor version.
|
12 | 12 |
|
13 | 13 | * 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` |
14 | 16 | * Delete the merged `4.x` branch (This closes all PRs to the branch)
|
15 | 17 | * Do the regular release process. Go to the next "Changelog" section
|
16 | 18 |
|
@@ -77,6 +79,7 @@ the existing content.
|
77 | 79 | * fill in the "All Changes" section, and add it to **upgrading.rst**
|
78 | 80 | * git diff --name-status origin/master -- . ':!system'
|
79 | 81 | * 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` |
80 | 83 | * Commit the changes with `Prep for 4.x.x release` and push to origin
|
81 | 84 | * Create a new PR from `release-4.x.x` to `develop`:
|
82 | 85 | * Title: `Prep for 4.x.x release`
|
@@ -113,6 +116,8 @@ the existing content.
|
113 | 116 | * "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
|
114 | 117 | * "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
|
115 | 118 | * "[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. |
116 | 121 | * Fast-forward `develop` branch to catch the merge commit from `master`
|
117 | 122 | ```console
|
118 | 123 | git fetch origin
|
|
0 commit comments