Skip to content

Commit 48653f5

Browse files
committed
Update contributing guidelines
1 parent aa31854 commit 48653f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ instructions.
275275
11. After seeing that the "publish-pypi" workflow succeeds, merge the PR. Then publish
276276
the draft release, and close the milestone.
277277

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.
279279

280280
.. code-block:: text
281281
@@ -285,6 +285,11 @@ instructions.
285285
$ git merge A.B.x
286286
$ git push
287287
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+
288293
12. If this was a feature release, make a new branch for fix releases.
289294

290295
.. code-block:: text

0 commit comments

Comments
 (0)