diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index e2694ba8..be331457 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -65,10 +65,10 @@ - `verifyConditions`: Verify the presence of the authentication (set via environment variables) - `prepare`: Write the correct version to the `manifest.json` and creates a zip file of the whole dist folder - `publish`: Uploads the generated zip file to the webstore, and publish the item -- [semantic-release-firefox](https://github.com/felixfbecker/semantic-release-firefox) - - `verifyConditions`: Verify the presence of the authentication (set via environment variables) - - `prepare`: Write the correct version to the `manifest.json`, creates a `xpi` file of the dist folder and a zip of the sources - - `publish`: Submit the generated archives to the webstore for review, and publish the item including release notes +- [semantic-release-firefox-add-on](https://github.com/tophat/semantic-release-firefox-add-on) + - `verifyConditions`: Verify that all required options are present and authentication is set via environment variables + - `prepare`: Write the correct version to the `manifest.json` + - `publish`: Creates an unsigned `.xpi` file, and submits it to the Mozilla Add On store for signing. Once the package is signed, downloads the signed `.xpi` to a local directory - [semantic-release-gerrit](https://github.com/pascalMN/semantic-release-gerrit) - `generateNotes`: Generate release notes with Gerrit reviews URL - [semantic-release-expo](https://github.com/bycedric/semantic-release-expo)