We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad3e29 commit 82be073Copy full SHA for 82be073
1 file changed
scripts/release.py
@@ -37,9 +37,8 @@ def main(argv: Sequence[str] | None = None) -> int: # noqa: PLR0911, PLR0915
37
# Parse command-line arguments.
38
parser = argparse.ArgumentParser(description="prepare a new release")
39
parser.add_argument(
40
- "--version",
+ "version",
41
type=Version,
42
- required=True,
43
help="provide the release version",
44
)
45
0 commit comments