docs: update readme (#1)
This commit is contained in:
parent
e4246e7692
commit
e326401286
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user