Skip to content

Commit beb90e6

Browse files
committed
Update docs
1 parent 890d4aa commit beb90e6

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

DEPLOYMENT.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
# How to publish new feature:
22

3-
1. Update version in `package.json` // docs depend on version
4-
53
in feature branch:
64

7-
2. Update unit tests
8-
3. Update storybook
9-
10-
4. Update docs in `README.md`
11-
5. Update docs in `src/docs`
5+
1. Update unit tests
6+
2. Update storybook
7+
3. Update docs in `README.md`
8+
4. Update docs in `src/docs`
9+
5. Merge feature branch
1210

1311
in main branch:
1412

13+
5. Update version in `package.json` // docs depend on version
1514
6. `yarn`
1615
7. `yarn build:docs`
1716

18-
8. Merge feature branch
19-
2017
9. `npm publish`
2118
10. Create release in GitHub

0 commit comments

Comments
 (0)