README.md in fastlane-plugin-polidea-0.6.4 vs README.md in fastlane-plugin-polidea-1.0.0.pre
- old
+ new
@@ -18,11 +18,11 @@
- `extract_app_name`: Extracts application name from .apk/.ipa
- `extract_app_icon`: Extracts largest icon from .ipa/.apk
- `extract_version`: Extracts app version and build number from .ipa/.apk
- `get_binary_size`: Measures binary size in bytes
- `s3`: Custom version of s3 action with Polidea's installation page
-- `mailgun`: Custom version of mailgun action with Polidea's mail template
+- `fota_mail`: Custom version of mailgun action with Polidea's mail template
- `polidea_store`: Notifies Polidea Store about new app version
See more details [here](https://gitlab2.polidea.com/CI/fastlane-plugin-polidea/blob/master/docs/Actions.md).
To list all available actions run:
```bash
@@ -38,10 +38,10 @@
extract_app_icon
extract_version
get_binary_size
s3
polidea_store
- mailgun(
+ fota_mail(
to: "piotr.dubiel@polidea.com"
)
end
```