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.
2 parents 26c3722 + 44052d6 commit 713ce7aCopy full SHA for 713ce7a
1 file changed
scripts/release.py
@@ -121,7 +121,7 @@ def pre_release(
121
122
def changelog(version: str, write_out: bool = False) -> None:
123
addopts = [] if write_out else ["--draft"]
124
- check_call(["towncrier", "--yes", "--version", version, *addopts])
+ check_call(["towncrier", "build", "--yes", "--version", version, *addopts])
125
126
127
def main() -> None:
0 commit comments