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: |