yorifuji/App Store Connect Next Version

Determines the next version and build number based on App Store Connect status.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
issuer-idApp Store Connect API Issuer ID.yes
key-idApp Store Connect API Key ID.yes
keyApp Store Connect API Private Key.yes
bundle-idThe bundle ID of the app.yes
platformThe platform of the app (e.g., IOS, MAC_OS, TV_OS). Defaults to IOS.noIOS
create-new-versionSet to true to automatically create a new App Store version if one does not exist.nofalse
namedescription
versionThe determined version string for the next build.
buildNumberThe determined build number for the next build.
actionThe action to take: new_version, increment_build, or skip.
versionCreatedTrue if a new App Store version was created, false otherwise.