Skip to content

Commit

Permalink
Update release docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Aug 19, 2024
1 parent 261c8a2 commit f944515
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ In ``pyproject.toml`` the version is set using a PEP440 compliant string:

version = "19.9.0rc1"

Run ``venv/bin/towncrier build --yes`` to generate the news release NEWS file.
Use `towncrier` to generate the news release NEWS file, but first,
make sure the new version is installed::

venv/bin/pip install -e .
venv/bin/towncrier build --yes

Commit and push to the primary repository, not a fork.
It is important to not use a fork so that pushed tags end up in the primary repository,
server provided secrets for publishing to PyPI are available, and maybe more.
Expand Down

0 comments on commit f944515

Please sign in to comment.