File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,26 @@ _None_
10
10
11
11
### New Features
12
12
13
- * Allow using the ` BUILDKITE_API_TOKEN ` environment variable for the ` buildkite_trigger_build ` action. [ # 386 ]
13
+ _ None _
14
14
15
15
### Bug Fixes
16
16
17
- - Fix metadata length computation logic [[ # 383 ] ( https://github.com/wordpress-mobile/release-toolkit/pull/383 )]
17
+ _ None _
18
18
19
19
### Internal Changes
20
20
21
21
_ None_
22
22
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
+
23
33
## 5.0.0
24
34
25
35
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (5.0 .0 )
4
+ fastlane-plugin-wpmreleasetoolkit (5.1 .0 )
5
5
activesupport (~> 5 )
6
6
bigdecimal (~> 1.4 )
7
7
buildkit (~> 1.5 )
@@ -438,4 +438,4 @@ DEPENDENCIES
438
438
yard
439
439
440
440
BUNDLED WITH
441
- 2.3.9
441
+ 2.3.18
Original file line number Diff line number Diff line change 1
1
module Fastlane
2
2
module Wpmreleasetoolkit
3
- VERSION = '5.0 .0'
3
+ VERSION = '5.1 .0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments