Do not publish release by default.
authorCheng Zhao <zcbenz@gmail.com>
Fri, 28 Feb 2014 12:45:45 +0000 (20:45 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Fri, 28 Feb 2014 12:45:45 +0000 (20:45 +0800)
script/upload.py

index 15570ce848d645a9c0f7c7050afd4e95c5ed6dcc..6d10cfd0b232f9644f748de8a9d5ec243932c67d 100755 (executable)
@@ -65,7 +65,7 @@ def parse_args():
                       default=ATOM_SHELL_VRESION)
   parser.add_argument('-n', '--no-publish-release',
                       help='Do not publish the release',
-                      action='store_true')
+                      action='store_false')
   return parser.parse_args()