Skip to content

Commit 9576558

Browse files
authored
Merge branch 'master' into issue-5955-compatibility-uses-iso-expiration-date-format
2 parents 3bc3c4a + 1f81e3e commit 9576558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tooling/release-step-2-upload

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,5 @@ for filepath in replace_version_in_web_files:
8888
with open(filepath, 'w') as wp:
8989
wp.write(replaced)
9090

91-
os.system('cd ../flowcrypt-web && git pull && git commit -a --message=\'firefox v%s links updated\' && git push && cd ../flowcrypt-browser' % version)
91+
os.system('cd ../flowcrypt-web && git pull && git checkout -b release-%s && git commit -a --message=\'firefox v%s links updated\' && git push origin release-%s && cd ../flowcrypt-browser' % dashed_version, version, dashed_version))
92+

0 commit comments

Comments
 (0)