Skip to content

Commit f944515

Browse files
committed
Update release docs.
1 parent 261c8a2 commit f944515

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASE.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ In ``pyproject.toml`` the version is set using a PEP440 compliant string:
2323

2424
version = "19.9.0rc1"
2525

26-
Run ``venv/bin/towncrier build --yes`` to generate the news release NEWS file.
26+
Use `towncrier` to generate the news release NEWS file, but first,
27+
make sure the new version is installed::
28+
29+
venv/bin/pip install -e .
30+
venv/bin/towncrier build --yes
31+
2732
Commit and push to the primary repository, not a fork.
2833
It is important to not use a fork so that pushed tags end up in the primary repository,
2934
server provided secrets for publishing to PyPI are available, and maybe more.

0 commit comments

Comments
 (0)