Automatic publishing?

Hi! :slight_smile:

Is there a way to automatic publish webextension to addons.mozilla.org like in google chrome (https://developer.chrome.com/webstore/using_webstore_api) so I can implement this solution in our CI/CD?

Cheers!

There’s the signing API.

1 Like

I am running into this today as well.

The documentation is not clear weather the signing API is also the publishing API or not.
Going through the manual steps of submitting the extension seems to be the way to get started.
After manually submitting it as a “listed” extension can I use the Signing API to push updates?

I think you can submit updates via the signing API for listed add-ons, but you need to wait for them to be reviewed.

Can you assist me? I am having difficulty with the script

We have an article that might inspire you:

How We Implement CD (Continuous Deployment) for TinySnap