1
0
Fork 0

Signed tags also need a message. Mhm.

This commit is contained in:
Irina Truong 2017-07-15 20:24:39 -07:00
parent da48bdd6a4
commit 8ba9c34d63
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', '-s', tag_name)
run_step('git', 'tag', '-s', '-m', tag_name, tag_name)
def create_source_tarball():