fastlane-plugin-wpmreleasetoolkit 13.1.1 → 13.1.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: 58554aababcf0bef878ca3af98c8380c5a90f03ece833bfb3686e12f9f34bbf1
|
4
|
+
data.tar.gz: 65889ef19ebb737a8bc141c05ff86cf86974af4cc63c5c5735d4b03faf263380
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89f80c2ff710910c5c24c4971bcd44a508d33db3f6bb6944fd37a337202b2c320175fd7a844e1f293900831e92258e355680b8ddbebf47a0a5dee27003df1c92
|
7
|
+
data.tar.gz: 0a7a0c11bdbd423900d8bfbbc0f4b03740480992984a56138c57fd018d574204af27a5b9cd44a43598285cbe128b2d78d895ee66eeaa79a4cc78909df4d28d3b
|
@@ -114,8 +114,12 @@ module Fastlane
|
|
114
114
|
Dir.chdir(FastlaneCore::FastlaneFolder.path) do
|
115
115
|
intermediate_branch_created_callback.call(base_branch, intermediate_branch)
|
116
116
|
end
|
117
|
+
|
117
118
|
# Make sure the callback block didn't switch branches
|
118
|
-
|
119
|
+
current_branch = Fastlane::Helper::GitHelper.current_git_branch
|
120
|
+
unless current_branch == intermediate_branch
|
121
|
+
UI.user_error!("The callback switched branches. Expected to be on '#{intermediate_branch}' branch but was on '#{current_branch}'.")
|
122
|
+
end
|
119
123
|
|
120
124
|
# When a callback was provided, do the pre-check about valid PR _only_ at that point, in case the callback added new commits
|
121
125
|
unless can_merge?(intermediate_branch, into: base_branch)
|
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.1.
|
4
|
+
version: 13.1.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-04-
|
11
|
+
date: 2025-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|