From d59efa2141210447ae21c4d48813d720e0d1dbfd Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 4 Jul 2021 08:40:02 +0100 Subject: [PATCH] Update branch names in release process (#444) Co-authored-by: Pradyun Gedam Co-authored-by: Brett Cannon --- docs/development/release-process.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/development/release-process.rst b/docs/development/release-process.rst index 66f6c644..84e5bec8 100644 --- a/docs/development/release-process.rst +++ b/docs/development/release-process.rst @@ -1,7 +1,7 @@ Release Process =============== -#. Checkout the current ``master`` branch. +#. Checkout the current ``main`` branch. #. Install the latest ``nox``:: $ pip install nox @@ -20,6 +20,6 @@ Release Process Access needed for making the release are: - - PyPI maintainer (or owner) access to `packaging` - - push directly to the `master` branch on the source repository + - PyPI maintainer (or owner) access to ``packaging`` + - push directly to the ``main`` branch on the source repository - push tags directly to the source repository