MCPcopy
hub / github.com/pytest-dev/pytest / changelog

Function changelog

scripts/release.py:122–124  ·  scripts/release.py::changelog
(version: str, write_out: bool = False)

Source from the content-addressed store, hash-verified

120
121
122def changelog(version: str, write_out: bool = False) -> None:
123 addopts = [] if write_out else [class="st">"--draft"]
124 check_call([class="st">"towncrier", class="st">"build", class="st">"--yes", class="st">"--version", version, *addopts])
125
126
127def main() -> None:

Callers 1

pre_releaseFunction · 0.85

Calls 1

check_callFunction · 0.85

Tested by

no test coverage detected