diff --git a/RELEASE.md b/RELEASE.md index da1167c..c8e14b4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,5 @@ ### Release Steps -- Run `npm vesion patch` to bump the version (you can also bump `minor` or `major` version, depending on your change) +- Run `npm version patch` to bump the version (you can also bump `minor` or `major` version, depending on your change) - Run `git push --follow-tags` - Run `npm run build` to create the `dist` folder - Run `npm publish`