MCPcopy Index your code
hub / github.com/pytest-dev/pytest / changelog

Function changelog

scripts/release.py:122–124  ·  view source on GitHub ↗
(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 ["--draft"]
124 check_call(["towncrier", "build", "--yes", "--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

Used in the wild real call sites across dependent graphs

searching dependent graphs…