Publishing your App
Once you've finished setting up your App and are ready to release it to others you can proceed to Publish it to the Marketplace.
On the App Overview you will see a Publish button in the top right. You can click this button to make it public.
Has Breaking Changes?
When publishing changes to your App you will notice a toggle button to indicate if your updates have breaking changes or not. As an App developer it's important that you work out if the changes you have done to your App could potentially break the previous version of your App that might already be used in flows.
What is a breaking change?
If you are extending your app with more data or new stages then these will never be a breaking change however, if you're changing a previously working Public Flow with changes that remove data from the response then this could cause user flows to break. Also, connection changes would also usually cause a breaking change.
If you do have breaking changes then toggling this switch will create a completely new App in the marketplace. The previous App that was published will continue to exist so that any Flows using that App will continue to function without any issues. The old App will also be marked as deprecated so that new users will know to use the new App or migrate to the new App as soon as they can.