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