We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f9e36 commit 264ba4eCopy full SHA for 264ba4e
1 file changed
release.py
@@ -549,7 +549,6 @@ def bump(tag: Tag) -> None:
549
if tag.patch == 0 and tag.level == "a" and tag.serial == 0:
550
extra_work = True
551
other_files += [
552
- "configure",
553
"configure.ac",
554
"Doc/tutorial/interpreter.rst",
555
"Doc/tutorial/stdlib.rst",
@@ -559,6 +558,10 @@ def bump(tag: Tag) -> None:
559
558
".github/ISSUE_TEMPLATE/bug.yml",
560
".github/ISSUE_TEMPLATE/crash.yml",
561
]
+
562
+ if extra_work:
563
+ print("\n*** configure.ac will be edited; you must re-run autotools afterwards! ***")
564
565
print("\nManual editing time...")
566
for filename in other_files:
567
if os.path.exists(filename):
0 commit comments