Release an extension
Once testing and documenting are complete, the extension is ready for release. There are currently two types of releases that you can perform:
- Private release: The completed extension is available to all properties within your company, but is not available to any other companies in Adobe Experience Platform.
- Public release: The completed extension is available in the public marketplace for all Adobe Experience Platform users.
POST
ing a new version of your extension package and following the above testing and release steps on that new version.You must first release your extension as a private extension before it can be released publicly.
Private release
The easiest way to release your extension with private availability is to use the tag extension releaser.
npx @adobe/reactor-releaser
npx
allows you to download and run an npm package without actually installing it on your machine. This is the simplest way to run the releaser.
jwt-auth
credentialscan be used by running
npx @adobe/reactor-releaser@v3.1.3
until deprecation on January 1, 2025. The parameters requiredto run the
jwt-auth
version can be found here.The releaser requires you to input only a few pieces of information. The clientId
and clientSecret
can be retrieved from the Adobe I/O console. Navigate to the Integrations page in the I/O console. Select the correct Org from the dropdown, find the right integration, and select View.
- What is your
clientId
? Copy and paste this from the I/O Console. - What is your
clientSecret
? Copy and paste this from the I/O Console.
The releaser will read the name
and platform
fields from your extension manifest and query the API for a matching extension package in Development availability.
The releaser will then ask you to confirm that it found the correct extension package that you would like to release to private availability.
If you’d like to release your extension with private availability using the API directly, see the example call for privately releasing an extension package in the API docs for more detail.
Public release
Once you have completed the private release, you can ask Adobe to release it publicly. This will make your extension available in the public catalog. Any data collection user can install your extension to any property.
Please complete the public release request form to begin the release process.