File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,24 @@ _None_
10
10
11
11
### New Features
12
12
13
- - Add a ` is_draft ` parameter to the ` create_release ` action to specify whether the release should be created as a draft. [ # 433 ]
13
+ _ None _
14
14
15
15
### Bug Fixes
16
16
17
17
_ None_
18
18
19
19
### Internal Changes
20
20
21
+ _ None_
22
+
23
+ ## 6.2.0
24
+
25
+ ### New Features
26
+
27
+ - Add a ` is_draft ` parameter to the ` create_release ` action to specify whether the release should be created as a draft. [ #433 ]
28
+
29
+ ### Internal Changes
30
+
21
31
- Update the CI image used to build this project to use ` xcode-14.1 ` . [ #431 ]
22
32
23
33
## 6.1.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (6.1 .0 )
4
+ fastlane-plugin-wpmreleasetoolkit (6.2 .0 )
5
5
activesupport (~> 5 )
6
6
bigdecimal (~> 1.4 )
7
7
buildkit (~> 1.5 )
Original file line number Diff line number Diff line change 1
1
module Fastlane
2
2
module Wpmreleasetoolkit
3
- VERSION = '6.1 .0'
3
+ VERSION = '6.2 .0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments