Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2663)

Unified Diff: chrome/test/chromedriver/run_buildbot_steps.py

Issue 12703023: [chromedriver] Release 0.5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/chromedriver/chrome/version.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/run_buildbot_steps.py
diff --git a/chrome/test/chromedriver/run_buildbot_steps.py b/chrome/test/chromedriver/run_buildbot_steps.py
index 84c9f6b9bd1e76acb6ea0e7af99bee44420a3c63..a223512c535b3202e2b6a9fa63ef69edabc61488 100755
--- a/chrome/test/chromedriver/run_buildbot_steps.py
+++ b/chrome/test/chromedriver/run_buildbot_steps.py
@@ -114,10 +114,10 @@ def MaybeRelease(revision):
sys.executable,
os.path.join(_THIS_DIR, 'third_party', 'googlecode',
'googlecode_upload.py'),
- '--summary', 'alpha version of ChromeDriver2 r%s' % revision,
+ '--summary', 'version of ChromeDriver2 r%s' % revision,
'--project', 'chromedriver',
'--user', 'chromedriver.bot@gmail.com',
- '--label', 'Release-Alpha',
+ '--label', 'Release',
zip_path
]
with open(os.devnull, 'wb') as no_output:
« no previous file with comments | « chrome/test/chromedriver/chrome/version.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698