Releases: codemagic-ci-cd/cli-tools
Releases · codemagic-ci-cd/cli-tools
v0.8.2
v0.8.1
v0.8.0
Features
- Add option to submit "What's new" information along with Testflight build via
--locale
and--whats-new
arguments inapp-store-connect publish
command. - Add a set of actions for managing "What's new" information for Testflight builds
app-store-connect beta-build-localizations
- Add action
app-store-connect beta-build-localizations create
to create localized "What's new" notes for a given beta build - Add action
app-store-connect beta-build-localizations delete
to delete localized "What's new" notes by its ID - Add action
app-store-connect beta-build-localizations modify
to update "What's new" content by its ID - Add action
app-store-connect beta-build-localizations list
to list localized "What's new" notes filtered by Build ID and locale code - Add action
app-store-connect beta-build-localizations get
to retrieve localized "What's new" notes by its ID
v0.7.7
v0.7.6
v0.7.5
Features
- Add option to skip package validation for action
app-store-connect publish
with--skip-package-validation
flag. This allows to opt out from runningaltool --validate-app
before actual upload.
Development / Docs
- Update
app-store-connect publish
action docs to reflect new option--skip-package-validation
.
v0.7.4
Fixes
- Do not fail actions
app-store-connect get-latest-app-store-build-number
andapp-store-connect get-latest-testflight-build-number
in case no builds were found for specified constraints.
Development / Docs
- Split monolith
AppStoreConnect
tool tests file into smaller chunks in separate test module.
v0.7.3
v0.7.2
v0.7.1
Fixes
- Ignore undefined model relationships in App Store Connect API responses instead of failing with
TypeError
. - Dynamically generate enumerations for undefined values from App Store Connect API responses instead of failing with
ValueError
.
Development / Docs
- Make
SignignCertificate
model relationshippassTypeId
optional.