@dimension-studios/shop-browser 1.188.1 → 1.189.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ The CLI continues to use API URL + key + secret (`TTK_FETCH_API_*`); only the br
|
|
|
166
166
|
|
|
167
167
|
### CI/CD release
|
|
168
168
|
|
|
169
|
-
The extension is built and published automatically when `@dimension-studios/shop-browser` is released via [semantic-release](https://github.com/semantic-release/semantic-release) on `main-release
|
|
169
|
+
The extension is built and published automatically when `@dimension-studios/shop-browser` is released via [semantic-release](https://github.com/semantic-release/semantic-release) on `main-release`.
|
|
170
170
|
|
|
171
171
|
**What CI does**
|
|
172
172
|
|
|
@@ -196,8 +196,6 @@ On **`main-release`** only, after a successful semantic-release, CI submits the
|
|
|
196
196
|
- **Chrome Web Store** — upload + publish via `chrome-webstore-upload-cli`
|
|
197
197
|
- **Firefox Add-ons (AMO)** — listed submission via `web-ext sign` (submission API is default in web-ext 8+)
|
|
198
198
|
|
|
199
|
-
Preprod (`preprod-release`) still publishes GitHub Release artifacts but does **not** auto-list on stores.
|
|
200
|
-
|
|
201
199
|
#### One-time developer setup
|
|
202
200
|
|
|
203
201
|
**Chrome Web Store**
|