From 500d69abec8f50dd1564b0524e353edd8fe866be Mon Sep 17 00:00:00 2001 From: Jeremy Danyow Date: Fri, 23 Dec 2016 13:00:33 -0500 Subject: [PATCH] chore(package): readme formatting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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)