Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
def
changelog(version, write_out=False):
106
addopts = []
if
write_out
else
[
"--draft"
]
107
check_call([
"towncrier"
,
"--yes"
,
"--version"
, version] + addopts)
108
109
110
def
main():
Callers
1
pre_release
Function · 0.85
Calls
1
check_call
Function · 0.85
Tested by
no test coverage detected