Skip to content

Commit

Permalink
docs: remove inputs that are not available in production release [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Aug 16, 2024
1 parent 2d7518e commit f78b662
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ Followings items are required before publishing an add-on:
workflow steps; must be end with one of `.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).
- `release-notes`: (optional) add-on's release note; this must be a valid JSON string (e.g.
`{"en-US":"foo"}`).
- `self-hosted` (optional) whether the add-on should be self-hosted; default `false`.
- `source-file-path` (optional): path to the source file; must be end with one of `.zip`, `.tar.gz`,
`.tgz` or `.tar.bz2`.

Example workflow:

Expand Down

0 comments on commit f78b662

Please sign in to comment.