MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / ReleaseError

Class ReleaseError

scripts/prepare_release.py:16–17  ·  view source on GitHub ↗

Error raised when a release preparation step cannot continue.

Source from the content-addressed store, hash-verified

14
15
16class ReleaseError(RuntimeError):
17 """Error raised when a release preparation step cannot continue."""
18
19
20def run_command(

Callers 8

run_commandFunction · 0.85
ensure_clean_worktreeFunction · 0.85
validate_versionFunction · 0.85
update_pyproject_versionFunction · 0.85
update_package_versionFunction · 0.85
write_changelogFunction · 0.85
create_release_branchFunction · 0.85
parse_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected