Skip to content

Commit 2099e4e

Browse files
author
Rynaard Burger
committed
Bumped to version 6.2.0
1 parent 4e5fdfe commit 2099e4e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,24 @@ _None_
1010

1111
### New Features
1212

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_
1414

1515
### Bug Fixes
1616

1717
_None_
1818

1919
### Internal Changes
2020

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+
2131
- Update the CI image used to build this project to use `xcode-14.1`. [#431]
2232

2333
## 6.1.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (6.1.0)
4+
fastlane-plugin-wpmreleasetoolkit (6.2.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module Wpmreleasetoolkit
3-
VERSION = '6.1.0'
3+
VERSION = '6.2.0'
44
end
55
end

0 commit comments

Comments
 (0)