Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,12 +549,14 @@ def bump(tag: Tag) -> None:
if tag.patch == 0 and tag.level == "a" and tag.serial == 0:
extra_work = True
other_files += [
"configure",
Comment thread
savannahostrowski marked this conversation as resolved.
Outdated
"configure.ac",
"Doc/tutorial/interpreter.rst",
"Doc/tutorial/stdlib.rst",
"Doc/tutorial/stdlib2.rst",
Comment thread
savannahostrowski marked this conversation as resolved.
"PC/launcher.c",
"PC/pyconfig.h",
"PC/pyconfig.h.in",
Comment thread
savannahostrowski marked this conversation as resolved.
Outdated
"PCbuild/rt.bat",
".github/ISSUE_TEMPLATE/bug.yml",
".github/ISSUE_TEMPLATE/crash.yml",
]
Expand Down
Loading