eas-cli icon indicating copy to clipboard operation
eas-cli copied to clipboard

[eas-cli] support platform version

Open Kudo opened this issue 1 year ago • 3 comments

Why

support platform version from https://github.com/expo/expo/pull/33637 to eas-cli

How

  • introduced getVersionConfigTarget to get related version field, value, and updater.
  • replace all fixed exp.version to use getVersionConfigTarget

Test Plan

add unit test for getVersionConfigTarget and bumpAppVersionAsync

Kudo avatar Dec 18 '24 16:12 Kudo