Skip to content

Commit d2fd5d0

Browse files
authored
Release 13.1.0 (#643)
2 parents eeed181 + 23be362 commit d2fd5d0

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,28 @@ _None_
1010

1111
### New Features
1212

13-
- Make fastlane log actions as collapsible groups in Buildkite. [#638]
14-
- Add `api_url` parameter to `create_release_backmerge_pull_request` to support GitHub Enterprise. Also, updated the code so the intermediate branch tracks its remote branch after pushing. [#641]
13+
_None_
1514

1615
### Bug Fixes
1716

18-
- Fix issue in `create_release_backmerge_pull_request` where calling another fastlane action from the `intermediate_branch_created_callback` proc now behaves correctly. [#641]
19-
- Fix an issue where `prototype_build_details_comment` added some unexpected metadata rows in the comment table if we didn't use `firebase_app_distribution` (e.g. for Prototype Builds uploaded to S3 and not using FAD) [#642]
17+
_None_
2018

2119
### Internal Changes
2220

2321
_None_
2422

23+
## 13.1.0
24+
25+
### New Features
26+
27+
- Make fastlane log actions as collapsible groups in Buildkite. [#638]
28+
- Add `api_url` parameter to `create_release_backmerge_pull_request` to support GitHub Enterprise. Also, updated the code so the intermediate branch tracks its remote branch after pushing. [#641]
29+
30+
### Bug Fixes
31+
32+
- Fix issue in `create_release_backmerge_pull_request` where calling another fastlane action from the `intermediate_branch_created_callback` proc now behaves correctly. [#641]
33+
- Fix an issue where `prototype_build_details_comment` added some unexpected metadata rows in the comment table if we didn't use `firebase_app_distribution` (e.g. for Prototype Builds uploaded to S3 and not using FAD) [#642]
34+
2535
## 13.0.0
2636

2737
### Breaking Changes

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 (13.0.0)
4+
fastlane-plugin-wpmreleasetoolkit (13.1.0)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module Wpmreleasetoolkit
5-
VERSION = '13.0.0'
5+
VERSION = '13.1.0'
66
end
77
end

0 commit comments

Comments
 (0)