docs: update readme (#1)

This commit is contained in:
Malo Léon 2023-04-26 12:32:50 +02:00
parent e4246e7692
commit e326401286

View File

@ -62,6 +62,20 @@ gpg --quiet --batch --yes --symmetric --passphrase="<android-key-passphrase>" --
Once your folder is compressed, encrypted, and placed in the android folder of your project, you can call the actions of this plugin in your various lanes. Once your folder is compressed, encrypted, and placed in the android folder of your project, you can call the actions of this plugin in your various lanes.
#### Build and Deploy
```ruby
build_and_deploy(beta_type: "internal")
```
#### Promote
```ruby
promote(beta_type: "internal")
```
note that beta type can be `production`, `beta`, `alpha`, `internal`.
## Run tests for this plugin ## Run tests for this plugin
To run both the tests, and code style validation, run To run both the tests, and code style validation, run