Beam/fastlane/README.md
Stefan Ceriu a762fdbc69
Tag nightlies after a successful build (#871)
* Tag nightlies after a successful build

* Tweaks and fixes after code review
2023-05-11 13:34:37 +03:00

111 lines
1.4 KiB
Markdown

fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
### alpha
```sh
[bundle exec] fastlane alpha
```
### app_store_release
```sh
[bundle exec] fastlane app_store_release
```
### build_release
```sh
[bundle exec] fastlane build_release
```
### unit_tests
```sh
[bundle exec] fastlane unit_tests
```
### ui_tests
```sh
[bundle exec] fastlane ui_tests
```
### integration_tests
```sh
[bundle exec] fastlane integration_tests
```
### config_nightly
```sh
[bundle exec] fastlane config_nightly
```
### upload_dsyms_to_sentry
```sh
[bundle exec] fastlane upload_dsyms_to_sentry
```
### release_to_github
```sh
[bundle exec] fastlane release_to_github
```
### prepare_next_release
```sh
[bundle exec] fastlane prepare_next_release
```
### tag_nightly
```sh
[bundle exec] fastlane tag_nightly
```
----
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).