in release.py [0:0]
def repo_root() -> Path: return Path( run(["git", "rev-parse", "--show-toplevel"], capture_output=True) .stdout.decode() .strip() )