Skip to content

Commit

Permalink
Change the process to match the new expectation that top-level config…
Browse files Browse the repository at this point in the history
…parser module is only maintained in the main branch.
  • Loading branch information
jaraco committed Apr 14, 2024
1 parent ce2524f commit 6c6c1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ The process works like this:
files from there into their new locations and then commits those
changes with a nice reference to the relevant upstream commit hash.

2. Check for new names in ``__all__`` and update imports in
``configparser.py`` accordingly. Commit.
2. Merge the new commit to ``main``.

3. Merge the new commit to ``main``. Run tests. Commit.
3. Check for new names in ``__all__`` and update imports in
``configparser/__init__.py`` accordingly. Run tests. Commit.

4. Make any compatibility changes on ``main``. Run tests. Commit.

Expand Down

0 comments on commit 6c6c1a9

Please sign in to comment.