@@ -88,7 +88,7 @@ Work off direct clones of the repos so the release branches persist for a time.
8888> generating much new content.
8989
9090* [ ] 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**
9292 * Remove the section titles that have no items
9393* [ ] Update ** user_guide_src/source/installation/upgrade_ {ver}.rst**
9494 * 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.
150150 composer test && composer info codeigniter4/framework
151151 ```
152152* [ ] 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
157157 created when v4.3.8 was released.
158158* [ ] Fast-forward `develop` branch to catch the merge commit from `master`
159159 ```console
0 commit comments