From e9ee373b18b13832296f589ad82724202bdaffb2 Mon Sep 17 00:00:00 2001 From: Rubens Mariuzzo Date: Wed, 8 Nov 2017 22:07:16 -0400 Subject: [PATCH] Added missing information about releases. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 131d15e..31519d4 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ To release this project the following tasks should be done: 2. Build Storybook demo files: `yarn build-storybook`. 3. Bump version and create tag: `npm version #.#.# -m 'Version %s.'`. 4. Push new created tag: `git push origin --tags`. + 5. Publish: `npm publish`. ### Prior work