Skip to content

Commit 1f4ba62

Browse files
committed
version v0.6.10
1 parent 1b5d2f4 commit 1f4ba62

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

DEVELOPMENT

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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)

feishu-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)