How to automate releasing app to closed testing and roll out?

  • managed workflow
  • Your eas-cli 6.0.5
  • How to move my created build to closed testing, What should i keep in release status and track.
    initially i kept draft and closed which is not rolling out itself automatically , what should i do to automate this process.
    My eas.json:
    “stage”: {
    “android”: {
    “releaseStatus”:“draft”
    “track”: “alpha”
    },