You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/usage/installation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ For other type of projects we recommend installing **semantic-release** directly
24
24
$ npx semantic-release
25
25
```
26
26
27
-
**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`).
27
+
**Note**: For a global installation, it's recommended to specify the major **semantic-release** version to install (for example with `npx semantic-release@18`).
28
28
This way your build will not automatically use the next major **semantic-release** release that could possibly break your build.
29
29
You will have to upgrade manually when a new major version is released.
0 commit comments