Add deployment docs
This commit is contained in:
@@ -9,3 +9,5 @@ storybook-static
|
|||||||
scripts
|
scripts
|
||||||
|
|
||||||
.test.js
|
.test.js
|
||||||
|
|
||||||
|
DEPLOYMENT.md
|
||||||
|
|||||||
14
DEPLOYMENT.md
Normal file
14
DEPLOYMENT.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user