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 ac9c881 commit df0a2a7Copy full SHA for df0a2a7
1 file changed
release.py
@@ -569,7 +569,7 @@ def bump(tag: Tag) -> None:
569
print("Bumped revision")
570
if extra_work:
571
if ask_question("configure.ac has changed; run 'make regen-configure'?"):
572
- run_cmd(['make', 'regen-configure'])
+ run_cmd(["make", "regen-configure"])
573
else:
574
print("configure.ac has changed; re-run autotools!")
575
print("Please commit and use --tag")
0 commit comments