fastlane-plugin-wpmreleasetoolkit 13.5.1 → 13.5.2
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: 7b2482314dd0f766ed17163b49308b9054982c3e85bcf017310611e53d43155c
|
4
|
+
data.tar.gz: b942e2a2c4d0778420d2f15ec35d6a8b9f2718d237bb687aeb5ee6b6cdae86e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c033a332896e9151be106d316960beecb8f275bfa14865ff716e663508318ef29240ee668507436337e8a16bb80ef296ae31abb7ca774597f1f3ea014c123489
|
7
|
+
data.tar.gz: 4120e9a3d1c7974959b6c2a6b950ec827ea23c524535fb754c2c9130f95395f65f0ca202adb9fc93e5c94f36b34212512dc389022ea487d2e31b726991484a7d
|
@@ -124,6 +124,7 @@ module Fastlane
|
|
124
124
|
# When a callback was provided, do the pre-check about valid PR _only_ at that point, in case the callback added new commits
|
125
125
|
unless can_merge?(intermediate_branch, into: base_branch)
|
126
126
|
UI.error("Nothing to merge from #{intermediate_branch} into #{base_branch}. Skipping PR creation.")
|
127
|
+
Action.sh('git', 'checkout', head_branch) # Switch to original branch so we can delete the intermediate branch
|
127
128
|
Fastlane::Helper::GitHelper.delete_local_branch_if_exists!(intermediate_branch)
|
128
129
|
return nil
|
129
130
|
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.
|
4
|
+
version: 13.5.2
|
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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|