1
0
Fork 0

Create signed tags in release script.

This commit is contained in:
Irina Truong 2017-05-28 15:40:22 -07:00
parent 265c063159
commit 2211c98873
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def commit_for_release(version_file, ver):
def create_git_tag(tag_name):
run_step('git', 'tag', tag_name)
run_step('git', 'tag', '-s', tag_name)
def create_source_tarball():