Skip to content

Commit

Permalink
docs: updated "Usage" section of the README
Browse files Browse the repository at this point in the history
(cherry picked from commit 8c602b5)
  • Loading branch information
XFox111 authored and wdzeng committed Sep 26, 2024
1 parent ca6d503 commit dcf9533
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ Followings items are required before publishing an add-on:
`{xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx}`.
- `jwt-issuer`: (required) your jwt issuer.
- `jwt-secret`: (required) your jwt secret.
- `xpi-path`: (required) path to the xpi (zip) file of your add-on generated in the previous
workflow steps; must be end with one of `.zip`, `.xpi`, or `.crx`.
- `xpi-path`: (required) path (or a glob pattern) to the xpi (zip) file of your add-on generated in
the previous workflow steps; must end with either `.zip`, `.xpi`, or `.crx`.
- `approval-notes`: (optional): a secret text to Mozilla reviewers.
- `license`: (optional) add-on's [license slug](https://addons-server.readthedocs.io/en/latest/topics/api/licenses.html#license-choices-non-themes).
- `self-hosted` (optional) whether the add-on should be self-hosted; default `false`.
- `source-file-path` (optional) path (or a glob pattern) to source code archive; must end with
either `.zip`, `.tar.gz`, `.tgz` or `.tar.bz2`

Example workflow:

Expand Down

0 comments on commit dcf9533

Please sign in to comment.