Skip to content

Commit 3d02aaf

Browse files
committed
Switch deactivated with skipped for --no-pr
1 parent 576c91f commit 3d02aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user_guide/features/creating_a_release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The ``release:prepare`` nox session affects the ``pyproject.toml``, ``version.py
1515
* Changes are detected by comparing the current content of file ``poetry.lock`` to the latest Git tag.
1616
* Updates the ``changelog.md`` list with the newly created versioned changes file
1717
* Commits the changes (can be skipped with ``--no-add``)
18-
* Pushes the changes and creates a PR (can be deactivated with ``--no-pr``)
18+
* Pushes the changes and creates a PR (can be skipped with ``--no-pr``)
1919

2020
After a PR is created, approved, & merged into the default branch. A developer can use
2121
the ``release:trigger`` nox session which:

0 commit comments

Comments
 (0)