MCPcopy Create free account
hub / github.com/pytest-dev/pytest / changelog

Function changelog

scripts/release.py:105–107  ·  view source on GitHub ↗
(version, write_out=False)

Source from the content-addressed store, hash-verified

103
104
105def changelog(version, write_out=False):
106 addopts = [] if write_out else ["--draft"]
107 check_call(["towncrier", "--yes", "--version", version] + addopts)
108
109
110def main():

Callers 1

pre_releaseFunction · 0.85

Calls 1

check_callFunction · 0.85

Tested by

no test coverage detected