From 5778ff65c049944e94a437cad81e4b1c87dc0602 Mon Sep 17 00:00:00 2001 From: Kevin Hill Date: Sat, 20 Jul 2019 06:49:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdf470672..b375363a4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ npm run docs - `yarn run release` - Ensure tests are passing `yarn run test` - Build dist files `VERSION= yarn run build` - - Build changelog `yarn run changelod` + - Build changelog `yarn run changelog` - Commit dist files `git add dist CHANGELOG.md && git commit -m "[build $VERSION]"` - Publish a new version `npm version $VERSION --message "[release] $VERSION" - Push tags `git push origin refs/tags/v$VERSION && git push`