Skip to content

Commit 9254be0

Browse files
committed
Fix towncrier command
1 parent 0299af0 commit 9254be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
python: "3.12"
77
jobs:
88
pre_build:
9-
- towncrier --build --version Unreleased --yes
9+
- towncrier build --version Unreleased --yes
1010

1111
sphinx:
1212
configuration: docs/conf.py

docs/developers/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Pre-release
337337
"""""""""""
338338
1. Make sure that all pull requests which will be included in the release
339339
have been properly documented as changelog files in :file:`changes`.
340-
2. Run ``towncrier --build --version x.y.z`` to create the changelog.
340+
2. Run ``towncrier build --version x.y.z`` to create the changelog.
341341

342342
Releasing
343343
"""""""""

0 commit comments

Comments
 (0)