[tor-commits] [gettor/master] Fix script

hiro at torproject.org hiro at torproject.org
Fri Sep 27 19:16:55 UTC 2019


commit 9e62cdde71ab7b58de73f3657e9e06b06f634775
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 21:16:53 2019 +0200

    Fix script
---
 scripts/update_files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update_files b/scripts/update_files
index 0e84881..bed198a 100755
--- a/scripts/update_files
+++ b/scripts/update_files
@@ -19,7 +19,7 @@ git push github --delete torbrowser-releases
 git fetch --all --prune
 
 git add .
-
+git commit -am 'Create release branch'
 git checkout -b torbrowser-releases
 git push -f --follow-tags github torbrowser-releases
 git checkout git checkout -b releases



More information about the tor-commits mailing list