summaryrefslogtreecommitdiff
path: root/scripts/tests.py
AgeCommit message (Collapse)Author
2026-05-27Refactored release script to support testing in isolation.Natalia
Extracted helpers (get_commit_hash, parse_major_version, find_release_artifacts, create_checksum_file) and isolated all code with side-effects in main() guarded by __name__ == "__main__", allowing the module to be imported without starting the release process. Added tests for the new helpers in scripts/tests.py. Thanks Jacob Walls for the review and IRL test.
2026-03-06Added python script suitable for using as prepare-commit-msg git hook.Natalia