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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfa7da1b28cb607b96575d3c58926054c44658e385e671f3ee2c144bc607fefd
|
|
4
|
+
data.tar.gz: 9c51db019b9df26eedb55fb9dce8d76a897181403eba833bbabf8e58011fb974
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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',
|
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.
|
|
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
|
+
date: 2025-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|