Skip to content

Commit dea144f

Browse files
committed
Update code freeze lane documentation
1 parent f0d132c commit dea144f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

fastlane/lanes/release.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
# Lanes related to the Release Process (Code Freeze, Betas, Final Build, App Store Submission…)
44

55
platform :android do
6-
desc 'Creates a new release branch from the current default branch'
6+
# Creates a new release branch from the current default branch
7+
#
8+
# @param [String] version (optional) The version number for the release from the release tool. If not provided, uses the calculated version.
9+
# @param [Boolean] skip_prechecks (default: false) If set, will skip prechecks
10+
# @param [Boolean] skip_confirm (default: false) If set, will skip the confirmation prompt
11+
#
712
lane :start_code_freeze do |version: nil, skip_prechecks: false, skip_confirm: false|
813
ensure_git_status_clean unless skip_prechecks || is_ci
914

0 commit comments

Comments
 (0)