Skip to content

Commit 1b46a06

Browse files
committed
Create new milestones with 7 day duration
1 parent 179c946 commit 1b46a06

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ GEM
165165
xcpretty-travis-formatter (>= 0.0.3)
166166
fastlane-plugin-appcenter (1.11.1)
167167
fastlane-plugin-sentry (1.11.1)
168-
fastlane-plugin-wpmreleasetoolkit (5.2.0)
168+
fastlane-plugin-wpmreleasetoolkit (5.3.0)
169169
activesupport (~> 5)
170170
bigdecimal (~> 1.4)
171171
buildkit (~> 1.5)
@@ -257,7 +257,7 @@ GEM
257257
octokit (4.25.1)
258258
faraday (>= 1, < 3)
259259
sawyer (~> 0.9)
260-
oj (3.13.19)
260+
oj (3.13.20)
261261
optimist (3.0.1)
262262
options (2.3.2)
263263
optparse (0.1.1)
@@ -361,7 +361,7 @@ DEPENDENCIES
361361
fastlane (~> 2)
362362
fastlane-plugin-appcenter (~> 1.6)
363363
fastlane-plugin-sentry (~> 1.0)
364-
fastlane-plugin-wpmreleasetoolkit (~> 5.2)
364+
fastlane-plugin-wpmreleasetoolkit (~> 5.3)
365365
rake (~> 12.3)
366366
rmagick (~> 4.1)
367367
rubocop (~> 1.25)

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ platform :ios do
332332
version = ios_get_app_version
333333
removebranchprotection(repository: GHHELPER_REPO, branch: "release/#{version}")
334334
setfrozentag(repository: GHHELPER_REPO, milestone: version, freeze: false)
335-
create_new_milestone(repository: GHHELPER_REPO)
335+
create_new_milestone(repository:GHHELPER_REPO, need_appstore_submission: true, milestone_duration:7, number_of_days_from_code_freeze_to_release: 10)
336336
close_milestone(repository: GHHELPER_REPO, milestone: version)
337337

338338
# Start the build

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ group :screenshots, optional: true do
66
gem 'rmagick', '~> 4.1'
77
end
88

9-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 5.2'
9+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 5.3'
1010
gem 'fastlane-plugin-sentry', '~> 1.0'
1111
gem 'fastlane-plugin-appcenter', '~> 1.6'

0 commit comments

Comments
 (0)