From e62c83d805e74da30bf3924358f25951d79afd56 Mon Sep 17 00:00:00 2001 From: Rommy Gustiawan Date: Tue, 7 Dec 2021 23:38:58 +0700 Subject: [PATCH] docs: remove repeated 'with' word (#2289) --- docs/usage/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/installation.md b/docs/usage/installation.md index 5ff17d76..8bcb4597 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -24,7 +24,7 @@ For other type of projects we recommend installing **semantic-release** directly $ npx semantic-release ``` -**Note**: For a global installation, it's recommended to specify the major **semantic-release** version to install (for example with with `npx semantic-release@18`). +**Note**: For a global installation, it's recommended to specify the major **semantic-release** version to install (for example with `npx semantic-release@18`). This way your build will not automatically use the next major **semantic-release** release that could possibly break your build. You will have to upgrade manually when a new major version is released.