336 B
336 B
How to publish new feature:
- Update version in
package.json// docs depend on version
in feature branch:
-
Update unit tests
-
Update storybook
-
Update docs in
README.md -
Update docs in
src/docs
in main branch:
-
yarn -
yarn build:docs -
Merge feature branch
-
npm publish -
Create release in GitHub