Update docs

This commit is contained in:
Vadim
2021-11-30 16:41:59 +03:00
parent 8070d10af6
commit 16dd67326a
4 changed files with 17 additions and 15 deletions

View File

@@ -1,19 +1,21 @@
# How to publish new feature:
1. Update version in `package.json` // docs depend on version
in feature branch:
1. Update unit tests
2. Update storybook
2. Update unit tests
3. Update storybook
3. Update docs in `README.md`
4. Update docs in `src/docs`
4. Update docs in `README.md`
5. Update docs in `src/docs`
in main branch:
5. Update version in `package.json`
6. `yarn`
7. `yarn build:docs`
8. `npm publish`
9. Merge feature branch
8. Merge feature branch
9. `npm publish`
10. Create release in GitHub