15 lines
260 B
Markdown
15 lines
260 B
Markdown
# How to publish new feature:
|
|
|
|
1. Update unit tests
|
|
2. Update storybook
|
|
|
|
3. Update version in `package.json`
|
|
|
|
4. Update docs in `README.md`
|
|
5. Update docs in `src/docs`
|
|
6. `yarn build:docs`
|
|
|
|
7. `npm publish`
|
|
8. Merge feature branch
|
|
9. Create release in GitHub
|