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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46149eab0c077a2b31f02f27b4ef5ea3bc5f485835ef1e8b0e63546e40523e7a
4
- data.tar.gz: 1870bc699234b49685901b4f324feb284c34a5ff8ac652212d3e4cb9c141a8d3
3
+ metadata.gz: a4d4fd106780c72cee62da5974a4e33f6f53e88ae923b6658146a1d4fa2b1fe8
4
+ data.tar.gz: 31f7ddc146dcd4b4741ec64cd00e2202ab7716ae08538f8a5f276daa04f16c83
5
5
  SHA512:
6
- metadata.gz: 5117ff6981b4893f78986ddf61674fc690b82bfe6d1ab3bef3d540656cc09c074b53edaeaaac5aa65b98a9a4e7dadf3c5f8d47efb0df840ceb86d05609f3fae5
7
- data.tar.gz: 422c053f58a84609d4597367eff41c00408dd246aa11a5150fc8266ef34bb3192f711700f82c96213f2b0cac46b56dacc8a90ec6b8b5f17515f81395f19ef7da
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
- 'Microsoft Store',
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
- other_action.sh(command: "cd #{repository_path} && git fetch && git checkout #{file_hash}", log: false) unless repo_hash == file_hash
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
- other_action.sh(command: "cd #{repository_path} && git checkout #{original_repo_ref}", log: false)
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
@@ -4,7 +4,7 @@ require 'tmpdir'
4
4
  begin
5
5
  $skip_magick = false
6
6
  require 'RMagick'
7
- rescue LoadError
7
+ rescue LoadError, RuntimeError
8
8
  $skip_magick = true
9
9
  end
10
10
  require 'json'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module Wpmreleasetoolkit
5
- VERSION = '13.5.3'
5
+ VERSION = '13.6.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.5.3
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-18 00:00:00.000000000 Z
11
+ date: 2025-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport