Method: Fastlane::Actions::GetBuildNumberRepositoryAction.details

Defined in:
fastlane/lib/fastlane/actions/get_build_number_repository.rb

.detailsObject



72
73
74
75
76
77
78
# File 'fastlane/lib/fastlane/actions/get_build_number_repository.rb', line 72

def self.details
  [
    "This action will get the **build number** according to what the SCM HEAD reports.",
    "Currently supported SCMs are svn (uses root revision), git-svn (uses svn revision), git (uses short hash) and mercurial (uses short hash or revision number).",
    "There is an option, `:use_hg_revision_number`, which allows to use mercurial revision number instead of hash."
  ].join("\n")
end