22
33> Documentation guide based on the releases of ` 4.0.5 ` and ` 4.1.0 ` on January 31, 2021.
44>
5- > Updated for ` 4.4.3 ` on October 27, 2023 .
5+ > Updated for ` 4.5.0 ` on April 7, 2024 .
66>
77> -MGatner, kenjis
88
@@ -25,10 +25,10 @@ git push upstream HEAD
2525If you release a new minor version.
2626
2727* [ ] Create PR to merge ` 4.x ` into ` develop ` and merge it
28- * [ ] Rename the current minor version (e.g., ` 4.4 ` ) in Setting > Branches >
29- "Branch protection rules" to the next minor version. E.g. ` 4.4 ` → ` 4.5 `
28+ * [ ] Rename the current minor version (e.g., ` 4.5 ` ) in Setting > Branches >
29+ "Branch protection rules" to the next minor version. E.g. ` 4.5 ` → ` 4.6 `
3030* [ ] Delete the merged ` 4.x ` branch (This closes all PRs to the branch)
31- * [ ] Do the regular release process. Go to the next "Changelog" section
31+ * Do the regular release process. Go to the next "Changelog" section
3232
3333## Changelog
3434
@@ -91,10 +91,11 @@ Work off direct clones of the repos so the release branches persist for a time.
9191* [ ] 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**
94- * fill in the "All Changes" section, and add it to ** upgrading.rst**
95- * git diff --name-status origin/master -- . ':!system'
96- * Remove the section titles that have no items
97- * [ Minor version only] Update the "from" version in the title. E.g., ` from 4.3.x ` → ` from 4.3.8 `
94+ * [ ] fill in the "All Changes" section, and add it to ** upgrading.rst**
95+ * git diff --name-status origin/master -- . ':!system' ':!tests' ':!user_guide_src'
96+ * Note: ` tests/ ` is not used for distribution repos. See ` admin/starter/tests/ `
97+ * [ ] Remove the section titles that have no items
98+ * [ ] [ Minor version only] Update the "from" version in the title. E.g., ` from 4.3.x ` → ` from 4.3.8 `
9899* [ ] Run ` php admin/prepare-release.php 4.x.x ` and push to origin
99100 * The above command does the following:
100101 * Create a new branch ` release-4.x.x `
0 commit comments