Skip to content

Commit

Permalink
Dont automatically increment version on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Jan 10, 2017
1 parent 72d87f3 commit 35c953f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fastlane/Fastfile
Expand Up @@ -72,23 +72,25 @@ platform :ios do
end
end

lane :release do
desc "Bump build number"
lane :bump do
update_build_number
end

lane :release do
fabric_beta
itunes
end

desc "Submit a new Beta Build to Apple TestFlight"
desc "This will also make sure the profile is up to date"
lane :itc do
update_build_number
itunes
end

desc "Submit a new Beta Build to Fabric"
desc "This will also make sure the profile is up to date"
lane :fabric do
update_build_number
fabric_beta
end

Expand Down

0 comments on commit 35c953f

Please sign in to comment.