Skip to content

Commit 3542604

Browse files
committed
(doc) How to publish
1 parent c7c1c0f commit 3542604

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

PUBLISH.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# How to publish
2+
3+
## 1. commit all changes
4+
```
5+
git add <changes>
6+
git commit -m "(<type>) <message>"
7+
```
8+
9+
## 2. publish
10+
```
11+
yarn publish
12+
```
13+
14+
## 3. push everything (with tags)
15+
```
16+
git push --tags
17+
```

0 commit comments

Comments
 (0)