fastlane-plugin-wpmreleasetoolkit 13.5.3 → 13.6.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 +4 -4
- data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/upload_build_to_apps_cdn.rb +4 -2
- data/lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_apply_action.rb +2 -2
- data/lib/fastlane/plugin/wpmreleasetoolkit/helper/promo_screenshots_helper.rb +1 -1
- data/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4d4fd106780c72cee62da5974a4e33f6f53e88ae923b6658146a1d4fa2b1fe8
|
|
4
|
+
data.tar.gz: 31f7ddc146dcd4b4741ec64cd00e2202ab7716ae08538f8a5f276daa04f16c83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a96b95c437bd735098ccb785b2c532fc389548240e4ca7d3095189b5d5da612c76fb46c56c8d9d6be5800a307c449de94da8006912be5549272b55be53e1d23d
|
|
7
|
+
data.tar.gz: 1df2fcf33858bdcc65537b0903fb8af820ce1a77024bbffa228251276cc84ea9174d78e0f00b3b56c3a79fb2258bfed7f5b0e6a3f8d6864c67f1aecd39e17d1a
|
|
@@ -34,8 +34,10 @@ module Fastlane
|
|
|
34
34
|
'Mac - Silicon',
|
|
35
35
|
'Mac - Intel',
|
|
36
36
|
'Mac - Any',
|
|
37
|
-
'Windows',
|
|
38
|
-
'
|
|
37
|
+
'Windows - x86',
|
|
38
|
+
'Windows - ARM64',
|
|
39
|
+
'Microsoft Store - x86',
|
|
40
|
+
'Microsoft Store - ARM64',
|
|
39
41
|
].freeze
|
|
40
42
|
# See https://github.a8c.com/Automattic/wpcom/blob/trunk/wp-content/lib/a8c/cdn/src/enums/enum-install-type.php
|
|
41
43
|
VALID_INSTALL_TYPES = [
|
|
@@ -42,14 +42,14 @@ module Fastlane
|
|
|
42
42
|
original_repo_ref = Fastlane::Helper::ConfigureHelper.repo_branch_name
|
|
43
43
|
original_repo_ref = repo_hash if original_repo_ref.nil?
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
Actions.sh("cd #{repository_path} && git fetch && git checkout #{file_hash}", log: false) unless repo_hash == file_hash
|
|
46
46
|
|
|
47
47
|
# Run the provided block
|
|
48
48
|
yield
|
|
49
49
|
|
|
50
50
|
### Restore secrets repo to original branch. If it was originally in a
|
|
51
51
|
### detached HEAD state, we need to use the hash since there's no branch name.
|
|
52
|
-
|
|
52
|
+
Actions.sh("cd #{repository_path} && git checkout #{original_repo_ref}", log: false)
|
|
53
53
|
end
|
|
54
54
|
|
|
55
55
|
### Check with the user whether we should overwrite the file, if it exists
|
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.6.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-10-
|
|
11
|
+
date: 2025-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|