There was an error while loading. Please reload this page.
1 parent 0937335 commit 04bdb0aCopy full SHA for 04bdb0a
scripts/release/check_changelog.py
@@ -62,7 +62,7 @@
62
63
if not changelog:
64
print("No changelog entries found.")
65
- if args.fail_on_no_changes:
+ if args.fail_if_no_changes:
66
print("Exiting with error due to no changelog entries found.")
67
exit(1)
68
else:
0 commit comments