diff --git a/scripts/release.py b/scripts/release.py index f44f1f66..912d9822 100644 --- a/scripts/release.py +++ b/scripts/release.py @@ -52,7 +52,7 @@ def changelog(version, write_out=False): else: addopts = ["--draft"] print(f"{Fore.CYAN}Generating CHANGELOG") - check_call(["towncrier", "--yes", "--version", version] + addopts) + check_call(["towncrier", "build", "--yes", "--version", version] + addopts) def main():