File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,14 +69,16 @@ the existing content.
6969* Update **user_guide_src/source/conf.py** with the new `version = '4.x'` (if applicable)
7070 and `release = '4.x.x'`
7171* Replace **CHANGELOG.md** with the new version generated above
72- * Set the date in **user_guide_src/source/changelogs/{version}.rst** to format
73- `Release Date: January 31, 2021`
72+ * Update **user_guide_src/source/changelogs/{version}.rst**
73+ * Set the date to format `Release Date: January 31, 2021`
74+ * Remove the section titles that have no items
7475* Create a new changelog for the next version at
7576 **user_guide_src/source/changelogs/{next_version}.rst** and add it to
7677 **index.rst**
77- * Create **user_guide_src/source/installation/upgrade_{ver}.rst**, fill in the
78- "All Changes" section, and add it to **upgrading.rst**
78+ * Update **user_guide_src/source/installation/upgrade_{ver}.rst**
79+ * fill in the "All Changes" section, and add it to **upgrading.rst**
7980 * git diff --name-status origin/master -- . ':!system'
81+ * Remove the section titles that have no items
8082* Commit the changes with "Prep for 4.x.x release" and push to origin
8183* Create a new PR from `release-4.x.x` to `develop`:
8284 * Title: "Prep for 4.x.x release"
You can’t perform that action at this time.
0 commit comments