We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca284b commit 58d1b17Copy full SHA for 58d1b17
fastlane/Fastfile
@@ -184,6 +184,7 @@ platform :ios do
184
185
# This lane executes the steps planned on code freeze, creating a new release branch from the current trunk
186
#
187
+ # @param [String] version (optional) The version number for the release from the release tool. If not provided, uses the calculated version.
188
# @param [Boolean] skip_confirm (default: false) If set, will skip the confirmation prompt before running the rest of the lane
189
190
# @example Running the lane
0 commit comments