Releases: applivery/steps-applivery-ios-deploy
Releases · applivery/steps-applivery-ios-deploy
v1.0.1
v.1.0.0
- Added support to
filter
param that allows filtering email notifications with support forAND
andOR
clauses. i.e.:group1,group2|group3
=(group1 AND group2) OR (group3)
- Promoting to 1.x.x as the first fully stable version
v0.3.2
Bitrise Verified Step
v0.3.1
Added .app file/dir mapping
v0.3.0
Support for Applivery v3
v0.2.1
Added support for autoremove
param that automatically removes the oldest build before uploading a new one to prevent reaching account limits. By default it's set to true
for any automatic deployment system.
v0.2.0
- Improved version including Bitrise exposed variables
- Minor bug fixing
v0.1.1
Improved version including Bitrise feedback:
- Dropped dependencies
- Removed all
is_dont_change_value: false
- Removed all
is_expand: true
- Removed all
is_required: true
- Shortened Step ID:
applivery-ios
- Three component SemVer version
- Dropped the additional indentation on description
run_if: .IsCI
- Not print/log API TOKEN
- Improved Secret and Env Vars
- Added support for string Booleans
- Removed
os: ios
default value and moved hardcoded tostep.sh
v0.1
Update README.md