Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@

### Breaking Changes

- The `ios_build_preflight` and `android_build_preflight` actions have been removed. [#773]
- `EnvManager` now populates the process `ENV` from the loaded `.env` file by default [#723].
_None_

### New Features

- `get_prs_between_tags` now accepts a `fail_on_error:` parameter. [#772]
_None_

### Bug Fixes

Expand All @@ -21,6 +20,17 @@ _None_

_None_

## 15.0.0

### Breaking Changes

- The `ios_build_preflight` and `android_build_preflight` actions have been removed. [#773]
- `EnvManager` now populates the process `ENV` from the loaded `.env` file by default [#723].

### New Features

- `get_prs_between_tags` now accepts a `fail_on_error:` parameter. [#772]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mokagio Can I ask you to check on this small follow-up in GutenbergKit (which was waiting on this to DRY some logic instead of duplicating it in its Fastfile) once this ships?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing! As a matter of fact, that's the reason I created this new release.

image


## 14.11.3

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fastlane-plugin-wpmreleasetoolkit (14.11.3)
fastlane-plugin-wpmreleasetoolkit (15.0.0)
buildkit (~> 1.5)
chroma (= 0.2.0)
diffy (~> 3.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/wpmreleasetoolkit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Fastlane
module Wpmreleasetoolkit
NAME = 'fastlane-plugin-wpmreleasetoolkit'
VERSION = '14.11.3'
VERSION = '15.0.0'
end
end