Skip to content

Commit

Permalink
fix(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Jan 8, 2023
1 parent 6bc85c9 commit cf64198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This plugin makes it possible to submit source code by using
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| `addonId` | **REQUIRED** The id of the add-on. Can be either a slug or a GUID. |
| `addonDirPath` | **REQUIRED** The path of the directory containing the add-on. |
| `addonZipPath` | The path of the zip file to archive the add-on. Defaults to `"./sematic-release-amo/${nextRelease.version}.zip"`. |
| `addonZipPath` | The path of the zip file to archive the add-on. Defaults to `"./semantic-release-amo/${nextRelease.version}.zip"`. |
| `channel` | The channel to publish the add-on. Can be either `"listed"` or `"unlisted"`. Defaults to `"listed"`. |
| `approvalNotes` | The notes for the Mozilla reviewers. |
| `compatibility` | The applications that the add-on is compatible with. Can be an array of `"firefox"` or `"android"`. Defaults to `["firefox"]`. |
Expand Down

0 comments on commit cf64198

Please sign in to comment.