EAS builds and release channels

Hello! I’m migrating from classic builds to EAS builds. In the classics builds I could define the release channel to build to via “–release-channel XXX”, but how is it done with EAS builds?

If I run “eas build:configure” does it build to the default channel immiteadly?

How can I create a configuration to publish only to a specific test channel without affecting the default channel?

My worry is that in the migration process I’ll accidentally build the current (test) version to a live production channel.

Hi, you can check these docs to see how to do this Use EAS Update - Expo Documentation :smile:

Thank you!