Skip to content

Commit

Permalink
fix typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed May 18, 2020
1 parent fd5a707 commit 4e8717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.py
Expand Up @@ -330,7 +330,7 @@ def main(args: argparse.Namespace) -> None:
write_version_file(version)
write_version_to_pyproject(version)

if not version.prerelease:
if not version.pre:
# never update changelog on a prerelease version
generate_changelog(version)

Expand Down

0 comments on commit 4e8717d

Please sign in to comment.