File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Development in Local
2+
3+ ```bash
4+ bun install
5+ ```
6+
7+ And then you can update `feishu-pages/.env` to setup your own ENV variables.
8+
9+ ### Export Feishu Pages
10+
11+ Here is the command to export Feishu Pages to local:
12+
13+ ```bash
14+ bun run export
15+ ```
16+
17+ ### Start VitePress Server
18+
19+ ```bash
20+ bun run dev
21+ ```
22+
23+ ## Release a New Version
24+
25+ 1. Update `feishu-pages/package.json` with a new version number.
26+ 2. Create git tag with the same version number.
27+ 3. Push the tag to GitHub.
28+ 4. Then the GitHub Action will automatically release the new version to npm.
29+ 5. Write Releate Notes in [Release Page](https://github.com/longbridgeapp/feishu-pages/releases)
Original file line number Diff line number Diff line change 11{
22 "name" : " feishu-pages" ,
3- "version" : " 0.6.9 " ,
3+ "version" : " 0.6.10 " ,
44 "description" : " Generate Feishu Wiki into a Markdown for work with Static Page Generators." ,
55 "repository" : {
66 "url" : " https://github.com/longbridgeapp/feishu-pages"
You can’t perform that action at this time.
0 commit comments