EASのchannel
eas.jsonで指定する
build時には、いずれかのchannelを指定してbuildする必要がある
e.g.
staging, production
例えば、stating channelでbuildしたものをTestFlightで確認して、production channelでbuildしたものを配信するなど
コマンド
https://github.com/expo/eas-cli
docsに説明がないのでここを読むしかない?
λ eas channel:edit
e.g. $ eas channel:edit production --branch version-2.0
production channelを、version-2.0branchに紐付ける
https://docs.expo.dev/eas-update/how-eas-update-works/#matching-updates-and-builds