docs(sign): clarify description to include AMO upload#3537
docs(sign): clarify description to include AMO upload#3537willdurand merged 1 commit intomozilla:masterfrom andrewmuratov:docs-sign-clarify
Conversation
|
Thanks for the PR but this is not accurate. Signing is needed so the add-on can be installed in regular Firefox installations. The signing will happen on Mozilla's servers after uploading and approval. |
|
Thanks for the clarification. To align Proposed help text: Rationale from docs:
If you prefer shorter: lmk if either of these work. |
|
Thanks! @willdurand do you have a preference here? |
I do not, either is fine by me. |
|
I guess I'll go with the more detailed one: "Submit the extension to Mozilla Add-ons (AMO) for signing so it can be installed in Firefox." |
|
thank you! |
Fixes #3493
Clarifies the
signcommand help text to reflect actual behavior: the command signs the extension and can upload it to Mozilla Add-ons (AMO). Current description implies local signing only. The CLI and docs support signing and uploading via AMO API keys. Clear wording reduces user confusion and matches README/help output.