We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0299af0 commit 9254be0Copy full SHA for 9254be0
.readthedocs.yaml
@@ -6,7 +6,7 @@ build:
6
python: "3.12"
7
jobs:
8
pre_build:
9
- - towncrier --build --version Unreleased --yes
+ - towncrier build --version Unreleased --yes
10
11
sphinx:
12
configuration: docs/conf.py
docs/developers/contributing.rst
@@ -337,7 +337,7 @@ Pre-release
337
"""""""""""
338
1. Make sure that all pull requests which will be included in the release
339
have been properly documented as changelog files in :file:`changes`.
340
-2. Run ``towncrier --build --version x.y.z`` to create the changelog.
+2. Run ``towncrier build --version x.y.z`` to create the changelog.
341
342
Releasing
343
"""""""""
0 commit comments