diff --git a/README.md b/README.md index 5abc5f80..4578f85a 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,15 @@ npm run test-watch ## Publishing 1. Bump the version + ```shell npm run bump-version [ | major | minor | patch] ``` + 2. Prepare the release (run tests, run build, docs, release notes) + ```shell npm run prepare-release ``` + 3. Commit, tag, npm publish (not automated)