File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
BUNDLE_PATH: "vendor/bundle"
3
+ BUNDLE_FORCE_RUBY_PLATFORM: "true"
3
4
BUNDLE_SPECIFIC_PLATFORM: "false"
4
5
BUNDLE_JOBS: "16"
Original file line number Diff line number Diff line change @@ -10,18 +10,27 @@ _None_
10
10
11
11
### New Features
12
12
13
- - Add ` tools:ignore="InconsistentArrays" ` to ` available_languages.xml ` to avoid a linter warning on repos hosting multiple app flavors. [ #390 ]
14
- - Add the ability to provide a custom message for builds triggered via ` buildkite_trigger_build ` action [ #392 ]
13
+ _ None_
15
14
16
15
### Bug Fixes
17
- * Fixes milestones being compared as strings instead of integers in ` github_helper.get_last_milestone ` [ #391 ]
18
16
19
17
_ None_
20
18
21
19
### Internal Changes
22
20
23
21
_ None_
24
22
23
+ ## 5.2.0
24
+
25
+ ### New Features
26
+
27
+ - Add ` tools:ignore="InconsistentArrays" ` to ` available_languages.xml ` to avoid a linter warning on repos hosting multiple app flavors. [ #390 ]
28
+ - Add the ability to provide a custom message for builds triggered via ` buildkite_trigger_build ` action [ #392 ]
29
+
30
+ ### Bug Fixes
31
+
32
+ * Fixes milestones being compared as strings instead of integers in ` github_helper.get_last_milestone ` [ #391 ]
33
+
25
34
## 5.1.0
26
35
27
36
### New Features
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (5.1 .0 )
4
+ fastlane-plugin-wpmreleasetoolkit (5.2 .0 )
5
5
activesupport (~> 5 )
6
6
bigdecimal (~> 1.4 )
7
7
buildkit (~> 1.5 )
272
272
method_source (0.9.2 )
273
273
mini_magick (4.11.0 )
274
274
mini_mime (1.1.2 )
275
- mini_portile2 (2.8.0 )
276
275
minitest (5.14.4 )
277
276
molinillo (0.8.0 )
278
277
multi_json (1.15.0 )
282
281
naturally (2.2.1 )
283
282
netrc (0.11.0 )
284
283
no_proxy_fix (0.1.2 )
285
- nokogiri (1.13.7 )
286
- mini_portile2 (~> 2.8.0 )
284
+ nokogiri (1.13.7-arm64-darwin )
287
285
racc (~> 1.4 )
288
286
octokit (4.21.0 )
289
287
faraday (>= 0.9 )
@@ -438,4 +436,4 @@ DEPENDENCIES
438
436
yard
439
437
440
438
BUNDLED WITH
441
- 2.3.18
439
+ 2.3.19
Original file line number Diff line number Diff line change 1
1
module Fastlane
2
2
module Wpmreleasetoolkit
3
- VERSION = '5.1 .0'
3
+ VERSION = '5.2 .0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments