fastlane/lib/fastlane/actions/number_of_commits.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/number_of_commits.rb in fastlane-2.94.0.beta.20180426050049
- old
+ new
@@ -46,10 +46,10 @@
description: "Returns number of all commits instead of current branch")
]
end
def self.details
- "You can use this action to get the number of commits of this branch. This is useful if you want to set the build number to the number of commits. See `fastlane actions number_of_commits` for more details"
+ "You can use this action to get the number of commits of this branch. This is useful if you want to set the build number to the number of commits. See `fastlane actions number_of_commits` for more details."
end
def self.authors
["onevcat", "samuelbeek"]
end