File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ the ``news/`` directory with the extension of ``.trivial.rst``. If you are on a
112
112
POSIX like operating system, one can be added by running
113
113
``touch news/$(uuidgen).trivial.rst ``. On Windows, the same result can be
114
114
achieved in Powershell using ``New-Item "news/$([guid]::NewGuid()).trivial.rst" ``.
115
- Core committers may also add a "trivial " label to the PR which will accomplish
115
+ Core committers may also add a "skip news " label to the PR which will accomplish
116
116
the same thing.
117
117
118
118
Upgrading, removing, or adding a new vendored library gets a special mention
Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ Creating a new release
145
145
#. Push the tag created by ``prepare-release ``.
146
146
#. Regenerate the ``get-pip.py `` script in the `get-pip repository `_ (as
147
147
documented there) and commit the results.
148
- #. Submit a Pull Request to `CPython `_ adding the new version of pip (and upgrading
149
- setuptools) to ``Lib/ensurepip/_bundled ``, removing the existing version, and
148
+ #. Submit a Pull Request to `CPython `_ adding the new version of pip
149
+ to ``Lib/ensurepip/_bundled ``, removing the existing version, and
150
150
adjusting the versions listed in ``Lib/ensurepip/__init__.py ``.
151
151
152
152
You can’t perform that action at this time.
0 commit comments