Skip to content

Commit

Permalink
slack the last
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Jan 14, 2016
1 parent 3090516 commit de3b8e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ private_lane :github do |params|

sh "cd .. && rm -rf build" #delete built ipa/app

# regenerate changelog to get it committed
sh "cd .. && github_changelog_generator -t $GITHUB_TOKEN"
sh "cd .. && git commit -am \"changelog\" && git push"

# notify us on slack
slack(
slack_url: ENV['SLACK_RELEASES_URL'],
Expand All @@ -96,9 +100,5 @@ private_lane :github do |params|
}
)

# regenerate changelog to get it committed
sh "cd .. && github_changelog_generator -t $GITHUB_TOKEN"
sh "cd .. && git commit -am \"changelog\" && git push"

end

0 comments on commit de3b8e1

Please sign in to comment.