We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b747be commit 1f81e3eCopy full SHA for 1f81e3e
tooling/release-step-2-upload
@@ -88,4 +88,5 @@ for filepath in replace_version_in_web_files:
88
with open(filepath, 'w') as wp:
89
wp.write(replaced)
90
91
-os.system('cd ../flowcrypt-web && git pull && git commit -a --message=\'firefox v%s links updated\' && git push && cd ../flowcrypt-browser' % version)
+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