Skip to content

Commit 4a65995

Browse files
committed
Update deployment steps
1 parent e686710 commit 4a65995

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

DEPLOYMENT.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# How to publish new feature:
22

3+
in feature branch:
4+
35
1. Update unit tests
46
2. Update storybook
57

6-
3. Update version in `package.json`
8+
3. Update docs in `README.md`
9+
4. Update docs in `src/docs`
10+
11+
in main branch:
712

8-
4. Update docs in `README.md`
9-
5. Update docs in `src/docs`
10-
6. `yarn build:docs`
13+
5. Update version in `package.json`
14+
6. `yarn`
15+
7. `yarn build:docs`
1116

12-
7. `npm publish`
13-
8. Merge feature branch
14-
9. Create release in GitHub
17+
8. `npm publish`
18+
9. Merge feature branch
19+
10. Create release in GitHub

0 commit comments

Comments
 (0)