fastlane-plugin-wpmreleasetoolkit 13.7.0 → 13.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d62144cf2d8396194e7896e62be382fe987cc3fbb675bd85abe01408b1a3a01
4
- data.tar.gz: '058f53269ba3fa1b62a6c1bf5c73ff0ea57e39b1245dee647093daeb9780fc05'
3
+ metadata.gz: cfa7da1b28cb607b96575d3c58926054c44658e385e671f3ee2c144bc607fefd
4
+ data.tar.gz: 9c51db019b9df26eedb55fb9dce8d76a897181403eba833bbabf8e58011fb974
5
5
  SHA512:
6
- metadata.gz: f008ebb890c6528b9ef7b7fa4cda760800bf0354d21dba00d52d92182e1f894974bc46abe1c97de5ba06d83badfc596831ac5c670e336cb1bd5855aea0adda71
7
- data.tar.gz: 22adcadfce8ce3d19e7ceea39831b5fe0b0779f2da56f7ec3de737534c436af34d99a628b6a4b3661a24ad7274c0073d6244aa30cff8d2b399e04cf5678f1172
6
+ metadata.gz: 1b553c3d80e83584bd156e25334fa5336dec65d131bc774c4d151f8c30229c5e44d13c36caaf5fd2e56e0c13cc5b4dac06e0326f3a084f2b72f3163406b11655
7
+ data.tar.gz: 0d13c060d139836fed33c7b5d18be927fc71dda9e9f98cc65c5ff210ff4acbe31ba7da8fd9b4425d269795d9d0cd5e478123b989dd9d84cd1b41b29bcf36c815
@@ -69,6 +69,8 @@ module Fastlane
69
69
  version: params[:version],
70
70
  build_number: params[:build_number], # Optional: may be nil
71
71
  minimum_system_version: params[:minimum_system_version], # Optional: may be nil
72
+ critical_update: params[:critical_update], # Optional: may be nil
73
+ phased_rollout_interval: params[:phased_rollout_interval], # Optional: may be nil
72
74
  post_status: params[:post_status], # Optional: may be nil
73
75
  release_notes: params[:release_notes], # Optional: may be nil
74
76
  sha: params[:sha], # Optional: may be nil
@@ -292,6 +294,18 @@ module Fastlane
292
294
  optional: true,
293
295
  type: String
294
296
  ),
297
+ FastlaneCore::ConfigItem.new(
298
+ key: :critical_update,
299
+ description: 'Whether the build is a critical update',
300
+ optional: true,
301
+ type: Boolean
302
+ ),
303
+ FastlaneCore::ConfigItem.new(
304
+ key: :phased_rollout_interval,
305
+ description: 'The interval for the phased rollout (in seconds)',
306
+ optional: true,
307
+ type: Integer
308
+ ),
295
309
  FastlaneCore::ConfigItem.new(
296
310
  key: :release_notes,
297
311
  description: 'The release notes to show with the build on the blog frontend',
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module Wpmreleasetoolkit
5
- VERSION = '13.7.0'
5
+ VERSION = '13.8.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-wpmreleasetoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.7.0
4
+ version: 13.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Automattic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-05 00:00:00.000000000 Z
11
+ date: 2025-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport