File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Creating a release
44Preparing a release
55+++++++++++++++++++
66
7- The ``release:prepare `` nox session affects files in the ``doc/changes `` directory:
7+ The ``release:prepare `` nox session affects the `` pyproject.toml ``, `` version.py ``, and files in the ``doc/changes `` directory:
88
99* Creates & switches to a release branch (can be skipped with ``--no-branch ``)
10- * Updates the version in the ``pyproject.toml ``
10+ * Updates the version in the ``pyproject.toml `` and `` version.py ``
1111* Moves the content of unreleased changes file ``unreleased.md `` to a versioned changes file ``changes_<version>.md ``
1212* Appends to the versioned changes file any direct dependency changes between the current ``poetry.lock `` and the one from the latest tag
1313* Updates the ``changelog.md `` list with the newly create versioned changes file
You can’t perform that action at this time.
0 commit comments