Skip to content

Commit dab6b16

Browse files
authored
Merge pull request #428 from wordpress-mobile/release/6.0.0
Release 6.0.0 into trunk
2 parents df29661 + 28e65b4 commit dab6b16

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66

77
### Breaking Changes
88

9+
_None_
10+
11+
### New Features
12+
13+
_None_
14+
15+
### Bug Fixes
16+
17+
_None_
18+
19+
### Internal Changes
20+
21+
_None_
22+
23+
## 6.0.0
24+
25+
### Breaking Changes
26+
927
- Removed support for the deprecated `GHHELPER_ACCESS` in favor of `GITHUB_TOKEN` as the default environment variable to set the GitHub API token. [#420]
1028
- The `github_token:` parameter (aka `ConfigItem`)–or using the corresponding `GITHUB_TOKEN` env var to provide it a value–is now mandatory for all Fastlane actions that use the GitHub API. [#420]
1129
- The Fastlane action `comment_on_pr` has the parameter `access_key:` replaced by `github_token:`. [#420]
@@ -19,10 +37,6 @@
1937
- Improve resilience of the `ios_lint_localizations` action to support UTF16 files, and to warn and skip files in XML format when trying to detect duplicate keys on `.strings` files. [#418]
2038
- Work around GitHub API bug when creating a new milestone, where their interpretation of the milestone's due date sent during API call is incorrect when we cross DST change dates — leading to milestones created after Oct 30 having due dates set on Sunday instead of Monday. [#419]
2139

22-
### Internal Changes
23-
24-
_None_
25-
2640
## 5.6.0
2741

2842
### New Features

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 (5.6.0)
4+
fastlane-plugin-wpmreleasetoolkit (6.0.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 = '5.6.0'
3+
VERSION = '6.0.0'
44
end
55
end

0 commit comments

Comments
 (0)