Skip to content

Commit

Permalink
With message
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Apr 6, 2016
1 parent e9a016f commit 26669f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ platform :ios do
release_log = update_change_log(log: log)

git_commit_all(message: "Bump version to #{target_version}")
# add_git_tag tag: target_version
Actions.sh("git tag -s #{target_version}")
Actions.sh("git tag -s #{target_version} -m ''")

push_to_git_remote

Expand Down

0 comments on commit 26669f9

Please sign in to comment.