From 4b6645612210934b72f1b6d360cf5594d83c43f3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Jul 2019 11:42:55 +0200 Subject: update_version: Fix message (cherry picked from commit d7e68a5326de8dbe49004faa615225ec47e578b4) --- scripts/dev/update_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/update_version.py b/scripts/dev/update_version.py index 2dc9b4d4b..41f9d554c 100644 --- a/scripts/dev/update_version.py +++ b/scripts/dev/update_version.py @@ -62,7 +62,7 @@ if __name__ == "__main__": version = qutebrowser.__version__ print("Run the following commands to create a new release:") - print("* Run `git push origin; git push v{v}`.".format(v=version)) + print("* Run `git push origin; git push origin v{v}`.".format(v=version)) print("* If committing on minor branch, cherry-pick release commit to " "master.") print("* Create new release via GitHub (required to upload release " -- cgit v1.2.3-54-g00ecf