Skip to content

Commit 16dd673

Browse files
committed
Update docs
1 parent 8070d10 commit 16dd673

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

DEPLOYMENT.md

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

3+
1. Update version in `package.json` // docs depend on version
4+
35
in feature branch:
46

5-
1. Update unit tests
6-
2. Update storybook
7+
2. Update unit tests
8+
3. Update storybook
79

8-
3. Update docs in `README.md`
9-
4. Update docs in `src/docs`
10+
4. Update docs in `README.md`
11+
5. Update docs in `src/docs`
1012

1113
in main branch:
1214

13-
5. Update version in `package.json`
1415
6. `yarn`
1516
7. `yarn build:docs`
1617

17-
8. `npm publish`
18-
9. Merge feature branch
18+
8. Merge feature branch
19+
20+
9. `npm publish`
1921
10. Create release in GitHub

docs/index.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)