File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,11 @@ order to create one of these the changes should already be merged into the
134
134
#. Create a new ``release/YY.N.Z+1 `` branch off of the ``YY.N `` tag using the
135
135
command ``git checkout -b release/YY.N.Z+1 YY.N ``.
136
136
#. Cherry pick the fixed commits off of the ``master `` branch, fixing any
137
- conflicts and moving any changelog entries from the development version's
138
- changelog section to the ``YY.N.Z+1 `` section.
137
+ conflicts.
138
+ #. Follow the steps 3 to 6 from above (or call ``nox -s release -- YY.N.Z+1 ``)
139
+ #. Merge master into your release branch and drop the news files that have been
140
+ included in your release (otherwise they would also appear in the ``YY.N+1 ``
141
+ changelog)
139
142
#. Push the ``release/YY.N.Z+1 `` branch to github and submit a PR for it against
140
143
the ``master `` branch and wait for the tests to run.
141
144
#. Once tests run, merge the ``release/YY.N.Z+1 `` branch into master, and follow
You can’t perform that action at this time.
0 commit comments