Learn how to publish a new version of an Edition app.
After an Edition app is configured, you can launch new versions of it, either by defining new required apps for child accounts or by changing the Edition initial settings.
To do this, follow the walk-through below:
Instructions
- Open the Edition App folder and access the
apps.json
file using the code editor of your preference. - Make the desired apps and settings changes in the file.
In a scenario in which an app that is already installed on the account is added to the Edition, the type of installation of that app will become
edition
and it can no longer be removed from the accounts or undergo any changes in major version since it is now enforced by the Edition. In the same way, removing apps from theapps.json
will automatically uninstall them from all child accounts with this Edition. If an removed app is still needed in some of the child accounts, it will need to be manually and individually installed again in each desired child account.
- Save and commit your changes;
- Publish and deploy the new Edition version.
After the new version is published, the Edition is automatically updated in all accounts. This automatic update is done asynchronously, periodically and individually in each child account.
Notice that an Edition app version is updated only if its major has not been changed, meaning it is not a breaking change for the child accounts consuming that Edition.
In case bumping the major version is necessary due to the changes performed, the Edition update must be made manually and individually for each child account.