docs: replacing firefox plugin in the list (#1416)

This commit is contained in:
Daniel Basilio 2020-01-15 23:02:00 -05:00 committed by Gregor Martynus
parent 6b5b02ea75
commit 8c0490d057

View File

@ -65,10 +65,10 @@
- `verifyConditions`: Verify the presence of the authentication (set via environment variables) - `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 - `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 - `publish`: Uploads the generated zip file to the webstore, and publish the item
- [semantic-release-firefox](https://github.com/felixfbecker/semantic-release-firefox) - [semantic-release-firefox-add-on](https://github.com/tophat/semantic-release-firefox-add-on)
- `verifyConditions`: Verify the presence of the authentication (set via environment variables) - `verifyConditions`: Verify that all required options are present and authentication is 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 - `prepare`: Write the correct version to the `manifest.json`
- `publish`: Submit the generated archives to the webstore for review, and publish the item including release notes - `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) - [semantic-release-gerrit](https://github.com/pascalMN/semantic-release-gerrit)
- `generateNotes`: Generate release notes with Gerrit reviews URL - `generateNotes`: Generate release notes with Gerrit reviews URL
- [semantic-release-expo](https://github.com/bycedric/semantic-release-expo) - [semantic-release-expo](https://github.com/bycedric/semantic-release-expo)