Page Summary
-
To deploy a new version of your add-on, you need to make changes to the code, test it, and create a new version for deployment.
-
When creating a new version, ensure you select "New version" instead of "New deployment" to avoid disabling existing triggers.
-
If you add new scopes to your add-on's manifest, you must update the scopes listed in the Google Workspace Marketplace SDK and the OAuth consent screen.
-
For Editor add-ons, update the version number on the App Configuration page of the Google Workspace Marketplace SDK.
-
Users do not need to reinstall the add-on for a new version, but they need to authorize any newly added scopes.
To change or unpublish the Google Workspace Marketplace listing, see Update, unpublish, or check publication status. To deploy a new version of add-on code, follow these steps:
- Change the code.
- Test the add-on using a head deployment.
To publish, create a new version for the deployment. From the Apps Script project, follow these steps:
- At the top, click Deploy > Manage deployments.
- Select the active deployment to create a new version for and click Edit .
- In the Version section, select New version.
- Click Deploy.
If you add scopes in the manifest, follow these steps:
- Update the scopes listed in the Google Workspace Marketplace SDK and the OAuth consent screen to match the manifest.
- Submit a request for OAuth verification from the OAuth consent screen. If you don't reverify before publishing, the application displays a "This app isn't verified" warning to users.
If you're updating an Editor add-on, update the version number on the App Configuration page of the Google Workspace Marketplace SDK.
Select Save. The new version is published.
Users don't need to reinstall the add-on, but if you added scopes, they must authorize them.
To learn more, see Versions.