Skip to content

Commit

Permalink
Update contributing guidelines (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Jun 20, 2023
2 parents aa31854 + 48653f5 commit fcf29c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ instructions.
11. After seeing that the "publish-pypi" workflow succeeds, merge the PR. Then publish
the draft release, and close the milestone.

12. If this was a fix release, merge it into main now that the PR is merged.
12. If this was a fix release, merge the release branch (A.B.x) into main.

.. code-block:: text
Expand All @@ -285,6 +285,11 @@ instructions.
$ git merge A.B.x
$ git push
Here's how to handle the expected merge conflicts:

* ``CHANGES.rst`` : Keep both changes, ensuring the next feature version is on top.
* ``__init__.py`` : Keep the version in main (the next feature version).

12. If this was a feature release, make a new branch for fix releases.

.. code-block:: text
Expand Down

0 comments on commit fcf29c3

Please sign in to comment.