File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/fastlane/plugin/wpmreleasetoolkit/helper Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def get_last_milestone(repository)
76
76
# @param [String] repository The repository name, including the organization (e.g. `wordpress-mobile/wordpress-ios`)
77
77
# @param [String] newmilestone_number The name of the milestone we want to create (e.g.: `16.9`)
78
78
# @param [Time] newmilestone_duedate milestone due date (e.g. `2022-10-22T12:00:00Z`)
79
- # @param [Integer] newmilestone_duration Milestone duration in number of days
79
+ # @param [Integer] newmilestone_duration Number of days that a milestone extents
80
80
# @param [Integer] number_of_days_from_code_freeze_to_release Number of days from code freeze to release
81
81
# @param [Boolean] need_submission The app needs to be submitted?
82
82
# if `true`, will subtract 3 days from the `:number_of_days_from_code_freeze_to_release`.
You can’t perform that action at this time.
0 commit comments