Update deployment steps

This commit is contained in:
Vadim
2021-08-06 19:35:15 +03:00
parent e686710cde
commit 4a65995038

View File

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