Skip to content

Releases: maierj/fastlane-action

Upgrade NodeJS version

23 Feb 16:53
Compare
Choose a tag to compare

Upgrade NodeJS version from 16 (now deprecated) to 20

Focus on Fastlane execution

07 Dec 23:28
Compare
Choose a tag to compare

This version removes some functionality that should rather be covered by a preceeding ruby/setup-ruby setup in your workflow. See README for all the details.
The release also removes any remaining usage tracking code.

Increment Node Version

13 Oct 07:19
Compare
Choose a tag to compare

Incremented Node version to Node 16 (fixes #98)

Disable usage tracking by default

06 May 22:48
e61c14e
Compare
Choose a tag to compare

Because of an issue with the usage tracking service, the parameter to skip tracking is set to true by default.

Added dotenv support

24 Feb 13:31
Compare
Choose a tag to compare

This release adds support for passing a dotenv file name to the fastlane command (contribution by @fahrenkrug).
It also includes minor updates of dependencies.

Verbose option and documentation update

22 Sep 16:21
98ec59e
Compare
Choose a tag to compare
  • Updated the documentation to reflect that fastlane now supports Ruby 3
  • Added option to enable verbose output for fastlane

Documentation update

05 Feb 20:23
2121d31
Compare
Choose a tag to compare

This release updates the recommended ruby version that this action should be used in connection with.

Removing Ruby version specification

20 Dec 14:56
Compare
Choose a tag to compare

This version removes the problematic, hardcoded Ruby version specification. That requires the developers that use the action to precede the fastlane step with a setup-ruby step. More details about how to migrate to this version can be found in the README.

Fix for critical issue

05 Feb 01:02
Compare
Choose a tag to compare

The release contains a bug fix for a file permission issue that broke builds.

Fix for critical issue

24 Jan 20:01
Compare
Choose a tag to compare

This release fixes a issue that broke a lot of workflows because of a wrong Ruby configuration. Everyone using version 1.2.0 or lower should update to this version.