Skip to content

Commit 2d19116

Browse files
authored
Merge pull request #324 from wordpress-mobile/release/2.3.0
Release 2.3.0 into trunk
2 parents 062d868 + 60aef0e commit 2d19116

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ _None_
2020

2121
_None_
2222

23+
## 2.3.0
24+
25+
### New Features
26+
27+
* Added parameter for default/base branch across several actions [#319]
28+
2329
## 2.2.0
2430

2531
### New Features
@@ -28,7 +34,6 @@ _None_
2834
* Added a `comment_on_pr` action to allow commenting on (and updating comments on) PRs. [#313]
2935
* Added the ability to use the `GITHUB_TOKEN` environment variable for GitHub operations. `GHHELPER_ACCESS` will be deprecated in a future version. [#313]
3036
* Added support for downloading GitHub content for private repositories [#321]
31-
* Added parameter for default/base branch across several actions [#319]
3237

3338
### Bug Fixes
3439

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 (2.2.0)
4+
fastlane-plugin-wpmreleasetoolkit (2.3.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
chroma (= 0.2.0)
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 = '2.2.0'
3+
VERSION = '2.3.0'
44
end
55
end

0 commit comments

Comments
 (0)