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.
1 parent 3593863 commit 42f5952Copy full SHA for 42f5952
script/bump_changelog.py
@@ -34,7 +34,7 @@ def main() -> None:
34
if args.verbose:
35
logging.basicConfig(level=logging.DEBUG)
36
logging.debug(f"Launching bump_changelog with args: {args}")
37
- if any(s in args.version for s in ("dev", "a", "b")):
+ if any(s in args.version for s in ("dev", "a", "b", "rc")):
38
return
39
with open(DEFAULT_CHANGELOG_PATH, encoding="utf-8") as f:
40
content = f.read()
0 commit comments