Skip to content

Commit 0cbb4eb

Browse files
committed
notes
1 parent 09d5f5a commit 0cbb4eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

RELEASE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### how to release
2+
3+
```bash
4+
export $(cat .env | xargs) && ./release.sh
5+
```
6+
7+
### how to regenerate readme i.e. cli reference
8+
9+
```bash
10+
# gotta build first!
11+
npm run build
12+
npm run readme
13+
14+
# then, go to the docs.letsdisco.dev repo and git add push
15+
```

0 commit comments

Comments
 (0)