Prevent from publishing on default release channel

Hello, is there any way to prevent some developers from accidentally publishing into the default release channel? Some sort of access level setting so only a group of developers is allowed to do that

Unfortunately no, the recommended approach is to use different release channels for production builds and leave the default one for staging/development.

If you want to migrate to a different channel for production builds, you don’t need to maintain both channels indefinitely, just until you update to the next sdk, after that publish to default channel won’t affect builds with older sdk and new builds presumably will use new release channel

1 Like

That’s a great solution, thank you!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.