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 1d1504d commit 9d0c1d4Copy full SHA for 9d0c1d4
1 file changed
release.py
@@ -568,7 +568,9 @@ def bump(tag: Tag) -> None:
568
569
print("Bumped revision")
570
if extra_work:
571
- if ask_question("configure.ac has changed; run 'Tools/build/regen-configure.sh'?"):
+ if ask_question(
572
+ "configure.ac has changed; run 'Tools/build/regen-configure.sh'?"
573
+ ):
574
run_cmd(["Tools/build/regen-configure.sh"])
575
else:
576
print("configure.ac has changed; re-run autotools!")
0 commit comments