in release.py [0:0]
def git_commit_with_message(message: str) -> None: run(["git", "commit", "-a", "-m", message])