Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update branch names in release process #444

Merged
merged 2 commits into from Jul 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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