We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261c8a2 commit f944515Copy full SHA for f944515
RELEASE.rst
@@ -23,7 +23,12 @@ In ``pyproject.toml`` the version is set using a PEP440 compliant string:
23
24
version = "19.9.0rc1"
25
26
-Run ``venv/bin/towncrier build --yes`` to generate the news release NEWS file.
+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
32
Commit and push to the primary repository, not a fork.
33
It is important to not use a fork so that pushed tags end up in the primary repository,
34
server provided secrets for publishing to PyPI are available, and maybe more.
0 commit comments