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
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,28 @@ _None_

### New Features

- Allow `android_firebase_test` to not crash on failure, letting the caller do custom failure handling (e.g. Buildkite Annotations, etc) on their side. [#430]
- `promo_screenshots` now checks that the fonts—referenced via `font-family` in all the stylesheets referenced in the config file—are installed before starting, and prompt to install them if they are not. This check is enabled by default now but can be disabled/skipped if it causes any issue. [#429]
- `promo_screenshots` now supports config files to be written in `YAML` in addition to still supporting `JSON`. [#429]
_None_

### Bug Fixes

- Fix deprecation warning in `RMagick` call used by `promo_screenshots` action. [#429]
_None_

### Internal Changes

_None_

## 6.1.0

### New Features

- Allow `android_firebase_test` to not crash on failure, letting the caller do custom failure handling (e.g. Buildkite Annotations, etc) on their side. [#430]
- `promo_screenshots` now checks that the fonts—referenced via `font-family` in all the stylesheets referenced in the config file—are installed before starting, and prompt to install them if they are not. This check is enabled by default now but can be disabled/skipped if it causes any issue. [#429]
- `promo_screenshots` now supports config files to be written in `YAML` in addition to still supporting `JSON`. [#429]

### Bug Fixes

- Fix deprecation warning in `RMagick` call used by `promo_screenshots` action. [#429]

## 6.0.0

### Breaking Changes
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 (6.0.0)
fastlane-plugin-wpmreleasetoolkit (6.1.0)
activesupport (~> 5)
bigdecimal (~> 1.4)
buildkit (~> 1.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/wpmreleasetoolkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module Wpmreleasetoolkit
VERSION = '6.0.0'
VERSION = '6.1.0'
end
end