From f6ba1dab5b12a71afebdb35a2dc0fa03dbb8cdfa Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Wed, 10 Apr 2024 10:18:58 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 882fa3ea5..96194fd6f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Steps to follow when releasing a new version of the plugin: - Ensure `release` branch has properly bumped the version. - The [plugin header version](bluehost-wordpress-plugin.php#L5). - The [plugin constant version](bluehost-wordpress-plugin.php#L35). - - The [plugin package veresion](package.json#L5). + - The [plugin package version](package.json#L5). - Ensure the `release` branch has passing tests. - Ensure the `release` branch passes linting. - Tag an initial release candidate version of the plugin (e.g. `X.Y.Z-rc.1`) and be sure to mark it as a pre-release.