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 @@ -10,16 +10,26 @@ _None_
1010
1111### New Features
1212
13- * Allow using the ` BUILDKITE_API_TOKEN ` environment variable for the ` buildkite_trigger_build ` action. [ # 386 ]
13+ _ None _
1414
1515### Bug Fixes
1616
17- - Fix metadata length computation logic [[ # 383 ] ( https://github.com/wordpress-mobile/release-toolkit/pull/383 )]
17+ _ None _
1818
1919### Internal Changes
2020
2121_ None_
2222
23+ ## 5.1.0
24+
25+ ### New Features
26+
27+ * Allow using the ` BUILDKITE_API_TOKEN ` environment variable for the ` buildkite_trigger_build ` action. [ #386 ]
28+
29+ ### Bug Fixes
30+
31+ - Fix metadata length computation logic [[ #383 ] ( https://github.com/wordpress-mobile/release-toolkit/pull/383 )]
32+
2333## 5.0.0
2434
2535### Breaking Changes
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- fastlane-plugin-wpmreleasetoolkit (5.0 .0 )
4+ fastlane-plugin-wpmreleasetoolkit (5.1 .0 )
55 activesupport (~> 5 )
66 bigdecimal (~> 1.4 )
77 buildkit (~> 1.5 )
@@ -438,4 +438,4 @@ DEPENDENCIES
438438 yard
439439
440440BUNDLED WITH
441- 2.3.9
441+ 2.3.18
Original file line number Diff line number Diff line change 11module Fastlane
22 module Wpmreleasetoolkit
3- VERSION = '5.0 .0'
3+ VERSION = '5.1 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments