Do not publish release by default.

This commit is contained in:
Cheng Zhao 2014-02-28 20:45:45 +08:00
parent 199e975a11
commit f8d6fab52b

View file

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