@@ -88,7 +88,7 @@ Work off direct clones of the repos so the release branches persist for a time.
88
88
> generating much new content.
89
89
90
90
* [ ] Replace ** CHANGELOG.md** with the new version generated above
91
- * [ ] Update ** user_guide_src/source/changelogs/{version} .rst**
91
+ * [ ] Update ** user_guide_src/source/changelogs/v4.x.x .rst**
92
92
* Remove the section titles that have no items
93
93
* [ ] Update ** user_guide_src/source/installation/upgrade_ {ver}.rst**
94
94
* fill in the "All Changes" section, and add it to ** upgrading.rst**
@@ -150,10 +150,10 @@ Work off direct clones of the repos so the release branches persist for a time.
150
150
composer test && composer info codeigniter4/framework
151
151
```
152
152
* [ ] Verify that the user guide actions succeeded:
153
- * "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
154
- * "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
155
- * "[pages-build-deployment](https://github.com/codeigniter4/userguide/actions/workflows/pages/pages-build-deployment)", UG repo
156
- * Check if "CodeIgniter4.x.x.epub" is added to UG repo. "CodeIgniter.epub" was
153
+ * [ ] "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
154
+ * [ ] "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
155
+ * [ ] "[pages-build-deployment](https://github.com/codeigniter4/userguide/actions/workflows/pages/pages-build-deployment)", UG repo
156
+ * [ ] Check if "CodeIgniter4.x.x.epub" is added to UG repo. "CodeIgniter.epub" was
157
157
created when v4.3.8 was released.
158
158
* [ ] Fast-forward `develop` branch to catch the merge commit from `master`
159
159
```console
0 commit comments