From f7d402bc2142b9c5db54dd66232f53db63cec74f Mon Sep 17 00:00:00 2001 From: "Julio L. Muller" Date: Thu, 10 Apr 2025 12:22:14 -0300 Subject: [PATCH] docs: fix script example Change erroneous example to run `semantic-release` via CLI from `npm run` to `npx`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba3e35..3a65672 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Run `semantic-release` in an **individual monorepo package** and apply `semantic On the command line: ```bash -$ npm run semantic-release -e semantic-release-monorepo +$ npx semantic-release -e semantic-release-monorepo ``` Or in the [release config](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration-file):