From a8388508fa1aa232640b74976d3d96a1b7b93e39 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 28 Jun 2024 12:15:49 +0200 Subject: [PATCH] docs(CONTRIBUTING): typo on publish section (#127) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0333e8f..5edd920 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ Don't change the plugin version manually, the version change is automated with ` First run: ```shell -npm release +npm run release ``` That will update the plugin version and update the `CHANGELOG.md` file with latest changes. Then it will ask you to run: