File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ instructions.
275
275
11. After seeing that the "publish-pypi" workflow succeeds, merge the PR. Then publish
276
276
the draft release, and close the milestone.
277
277
278
- 12. If this was a fix release, merge it into main now that the PR is merged .
278
+ 12. If this was a fix release, merge the release branch (A.B.x) into main .
279
279
280
280
.. code-block :: text
281
281
@@ -285,6 +285,11 @@ instructions.
285
285
$ git merge A.B.x
286
286
$ git push
287
287
288
+ Here's how to handle the expected merge conflicts:
289
+
290
+ * ``CHANGES.rst `` : Keep both changes, ensuring the next feature version is on top.
291
+ * ``__init__.py `` : Keep the version in main (the next feature version).
292
+
288
293
12. If this was a feature release, make a new branch for fix releases.
289
294
290
295
.. code-block :: text
You can’t perform that action at this time.
0 commit comments