Method: Fastlane::Actions::HgCommitVersionBumpAction.example_code

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

.example_codeObject

[View source]

168
169
170
171
172
173
174
175
176
# File 'fastlane/lib/fastlane/actions/hg_commit_version_bump.rb', line 168

def self.example_code
  [
    'hg_commit_version_bump',
    'hg_commit_version_bump(
      message: "Version Bump",                 # create a commit with a custom message
      xcodeproj: "./path/MyProject.xcodeproj", # optional, if you have multiple Xcode project files, you must specify your main project here
    )'
  ]
end