From 8ef3a8a5060daf3f2fc28d116481a2ba2e40b9de Mon Sep 17 00:00:00 2001 From: William Durand Date: Thu, 23 May 2024 22:42:58 +0200 Subject: [PATCH] web-ext v8 isn't released yet (#1864) --- .../documentation/develop/web-ext-command-reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/documentation/develop/web-ext-command-reference.md b/src/content/documentation/develop/web-ext-command-reference.md index 224d643cb..16246ddb2 100644 --- a/src/content/documentation/develop/web-ext-command-reference.md +++ b/src/content/documentation/develop/web-ext-command-reference.md @@ -32,8 +32,8 @@ contributors: djbrown, Robot-Inventor ] -last_updated_by: rebloor -date: 2024-05-20 +last_updated_by: willdurand +date: 2024-05-23 --- @@ -42,7 +42,7 @@ date: 2024-05-20 # web-ext command reference -This page lists all the commands and options available under version 8 of the [web-ext](https://github.com/mozilla/web-ext) command line tool. See [the version 7 command reference](/documentation/develop/web-ext-command-reference-v7/) for documentation of the previous version of the tool. +This page lists all the commands and options available under version 8 of the [web-ext](https://github.com/mozilla/web-ext) command line tool, which is **not released yet**. See [the version 7 command reference](/documentation/develop/web-ext-command-reference-v7/) for documentation of the previous version of the tool. {% endcapture %} {% include modules/page-hero.liquid, @@ -65,7 +65,7 @@ This page lists all the commands and options available under version 8 of the [w ## What's changed in Version 8 -Released in May 2024, the main change in version 8 of `web-ext` is that `web-ext sign` now creates a listing for an extension not previously listed on [addons.mozilla.org](https://addons.mozilla.org) (AMO) by default. This feature was previewed in version 7 with the [`--use-submission-api`](/documentation/develop/web-ext-command-reference-v7/#use-submission-api) option, which is now removed. This feature is achieved using the submission features of [addons.mozilla.org add-on API v5](https://addons-server.readthedocs.io/en/latest/topics/api/addons.html). +The main change in version 8 of `web-ext` is that `web-ext sign` now creates a listing for an extension not previously listed on [addons.mozilla.org](https://addons.mozilla.org) (AMO) by default. This feature was previewed in version 7 with the [`--use-submission-api`](/documentation/develop/web-ext-command-reference-v7/#use-submission-api) option, which is now removed. This feature is achieved using the submission features of [addons.mozilla.org add-on API v5](https://addons-server.readthedocs.io/en/latest/topics/api/addons.html). ### Removed