Skip to content

Commit

Permalink
Update tweet text to use release URL instead of tag URL (#8633)
Browse files Browse the repository at this point in the history
This way the message is markdown formatted. We used to use tags as they would work better with pre-mono gem releases

I really thought I submitted this exact PR a few days ago, but can't find it 馃槙
  • Loading branch information
KrauseFx committed Mar 25, 2017
1 parent 4c3f94d commit c8744df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Expand Up @@ -133,8 +133,8 @@ lane :release do
donate_food

puts "You can now tweet:".green
tag_url = "https://github.com/fastlane/fastlane/releases/tag/fastlane/#{version}"
puts "[fastlane] #{github_release['name']} #{tag_url}"
releases_url = "https://github.com/fastlane/fastlane/releases/tag/#{version}"
puts "[fastlane] #{github_release['name']} #{releases_url}"

update_docs
end
Expand Down

0 comments on commit c8744df

Please sign in to comment.