From cdf82e4861db89e8d4fb6717b05c7a2d7b725e12 Mon Sep 17 00:00:00 2001 From: Wanne Van Camp <3399877+wannevancamp@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:58:16 +0100 Subject: [PATCH] Update releasing-extension-to-shopware-store.md Fix typo --- .../releasing-extension-to-shopware-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/cli/shopware-account-commands/releasing-extension-to-shopware-store.md b/products/cli/shopware-account-commands/releasing-extension-to-shopware-store.md index 0311fcd50..b311fd6cb 100644 --- a/products/cli/shopware-account-commands/releasing-extension-to-shopware-store.md +++ b/products/cli/shopware-account-commands/releasing-extension-to-shopware-store.md @@ -22,6 +22,6 @@ To release the extension to the Shopware Store, you need to upload the zip file shopware-cli account producer extension upload ``` -This command will check first if an extension with the same version already exists in the store. If not, it will upload the extension to the store. For the compatibility of the extension, the command will use the Composer constraint of `composer.json` or `maniofest.xml` file. +This command will check first if an extension with the same version already exists in the store. If not, it will upload the extension to the store. For the compatibility of the extension, the command will use the Composer constraint of `composer.json` or `manifest.xml` file. After the upload, the command will wait for the result of the automatic validation. This can take a few minutes. If the validation fails, the command will output the error message, and you need to fix the issue and upload the extension again. You can skip this check with the `--skip-for-review-result` option.