Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Jun 26, 2022
1 parent 3e0ef76 commit 46bee72
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions fastlane/README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,38 @@
fastlane documentation
================
----

# Installation

Make sure you have the latest version of the Xcode command line tools installed:

```
```sh
xcode-select --install
```

Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew install fastlane`
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)

# Available Actions

### usage

```sh
[bundle exec] fastlane usage
```
fastlane usage
```

Usage help

### release

```sh
[bundle exec] fastlane release
```
fastlane release
```

Release new version

----

This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).

The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

0 comments on commit 46bee72

Please sign in to comment.