Update docs

This commit is contained in:
Vadim
2021-11-30 16:45:16 +03:00
parent 890d4aa0ba
commit beb90e6b64

View File

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