File tree Expand file tree Collapse file tree
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22BUNDLE_PATH: "vendor/bundle"
3+ BUNDLE_FORCE_RUBY_PLATFORM: "true"
34BUNDLE_SPECIFIC_PLATFORM: "false"
45BUNDLE_JOBS: "16"
Original file line number Diff line number Diff line change @@ -10,18 +10,27 @@ _None_
1010
1111### New Features
1212
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_
1514
1615### Bug Fixes
17- * Fixes milestones being compared as strings instead of integers in ` github_helper.get_last_milestone ` [ #391 ]
1816
1917_ None_
2018
2119### Internal Changes
2220
2321_ None_
2422
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+
2534## 5.1.0
2635
2736### New Features
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- fastlane-plugin-wpmreleasetoolkit (5.1 .0 )
4+ fastlane-plugin-wpmreleasetoolkit (5.2 .0 )
55 activesupport (~> 5 )
66 bigdecimal (~> 1.4 )
77 buildkit (~> 1.5 )
272272 method_source (0.9.2 )
273273 mini_magick (4.11.0 )
274274 mini_mime (1.1.2 )
275- mini_portile2 (2.8.0 )
276275 minitest (5.14.4 )
277276 molinillo (0.8.0 )
278277 multi_json (1.15.0 )
282281 naturally (2.2.1 )
283282 netrc (0.11.0 )
284283 no_proxy_fix (0.1.2 )
285- nokogiri (1.13.7 )
286- mini_portile2 (~> 2.8.0 )
284+ nokogiri (1.13.7-arm64-darwin )
287285 racc (~> 1.4 )
288286 octokit (4.21.0 )
289287 faraday (>= 0.9 )
@@ -438,4 +436,4 @@ DEPENDENCIES
438436 yard
439437
440438BUNDLED WITH
441- 2.3.18
439+ 2.3.19
Original file line number Diff line number Diff line change 11module Fastlane
22 module Wpmreleasetoolkit
3- VERSION = '5.1 .0'
3+ VERSION = '5.2 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments