File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -829,6 +829,27 @@ Sync the entries in the patch release section to be consistent with the entries
829
829
830
830
#### ... for a Non-Patch Release
831
831
832
+ Checkout the ` releases/vX.Y ` release branch.
833
+
834
+ ``` bash
835
+ git checkout releases/vX.Y
836
+ git pull
837
+ ```
838
+
839
+ Add a section for the next patch release, e.g. following a ` 1.2.0 ` release:
840
+
841
+ ``` md
842
+ ## 1.2.1 [Unreleased]
843
+
844
+ <!-- Will contain entries for the next patch release. -->
845
+
846
+ ## 1.2.0 <!-- Just released. -->
847
+
848
+ ## 1.1.0 <!-- Prior release. -->
849
+ ```
850
+
851
+ Commit the changes to the ` releases/vX.Y ` branch and push the branch to the remote repository (a PR is not required for this step).
852
+
832
853
Checkout the ` post-release-changes ` branch.
833
854
834
855
Add a section for the next minor release, e.g. following a ` 1.3.0 ` release:
You can’t perform that action at this time.
0 commit comments