Skip to content

Commit f552dab

Browse files
authored
Merge pull request #453 from wordpress-mobile/release/7.0.0
Release 7.0.0 into trunk
2 parents 8fa96d8 + d5e7d01 commit f552dab

3 files changed

Lines changed: 24 additions & 10 deletions

File tree

CHANGELOG.md

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

77
### Breaking Changes
88

9-
- Remove the `skip_glotpress` parameter from the `ios_bump_version_release` action [#443]
9+
_None_
1010

1111
### New Features
1212

13-
- Add new `buildkite_annotate` action to add/remove annotations from the current build. [#442]
14-
- Add new `buildkite_metadata` action to set/get metadata from the current build. [#442]
15-
- Add new `prototype_build_details_comment` action to make it easier to generate the HTML comment about Prototype Builds in PRs. [#449]
13+
_None_
1614

1715
### Bug Fixes
1816

1917
_None_
2018

2119
### Internal Changes
2220

21+
_None_
22+
23+
## 7.0.0
24+
25+
### Breaking Changes
26+
27+
- Remove the `skip_glotpress` parameter from the `ios_bump_version_release` action [#443]
28+
29+
### New Features
30+
31+
- Add new `buildkite_annotate` action to add/remove annotations from the current build. [#442]
32+
- Add new `buildkite_metadata` action to set/get metadata from the current build. [#442]
33+
- Add new `prototype_build_details_comment` action to make it easier to generate the HTML comment about Prototype Builds in PRs. [#449]
34+
35+
### Internal Changes
36+
2337
- Updates `activesupport` to `6.1.7.1`, addressing [a security issue](https://github.com/advisories/GHSA-j6gc-792m-qgm2). This is a major version change, but as the dependency is internal-only, it shouldn't be a breaking change for clients. [#441]
2438

2539
## 6.3.0

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (6.3.0)
4+
fastlane-plugin-wpmreleasetoolkit (7.0.0)
55
activesupport (>= 6.1.7.1)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
@@ -274,7 +274,7 @@ GEM
274274
method_source (0.9.2)
275275
mini_magick (4.11.0)
276276
mini_mime (1.1.2)
277-
mini_portile2 (2.8.0)
277+
mini_portile2 (2.8.1)
278278
minitest (5.17.0)
279279
molinillo (0.8.0)
280280
multi_json (1.15.0)
@@ -284,7 +284,7 @@ GEM
284284
naturally (2.2.1)
285285
netrc (0.11.0)
286286
no_proxy_fix (0.1.2)
287-
nokogiri (1.13.10)
287+
nokogiri (1.14.1)
288288
mini_portile2 (~> 2.8.0)
289289
racc (~> 1.4)
290290
octokit (4.21.0)
@@ -305,10 +305,10 @@ GEM
305305
coderay (~> 1.1.0)
306306
method_source (~> 0.9.0)
307307
public_suffix (4.0.7)
308-
racc (1.6.1)
308+
racc (1.6.2)
309309
rainbow (3.0.0)
310310
rake (13.0.6)
311-
rake-compiler (1.2.0)
311+
rake-compiler (1.2.1)
312312
rake
313313
rchardet (1.8.0)
314314
regexp_parser (2.1.1)
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.3.0'
3+
VERSION = '7.0.0'
44
end
55
end

0 commit comments

Comments
 (0)