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 1415c8c commit 6937823Copy full SHA for 6937823
.github/scripts/overwrite_changeset_changelog.py
@@ -100,4 +100,4 @@ def overwrite_changelog_section(changelog_text: str, new_content: str):
100
except Exception as e:
101
print(f"Error updating changelog: {str(e)}")
102
print(f"Current working directory: {os.getcwd()}")
103
- exit(1)
+ sys.exit(1)
0 commit comments