Skip to content

Commit

Permalink
version v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 11, 2024
1 parent 1b5d2f4 commit 1f4ba62
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions DEVELOPMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Development in Local

```bash
bun install
```

And then you can update `feishu-pages/.env` to setup your own ENV variables.

### Export Feishu Pages

Here is the command to export Feishu Pages to local:

```bash
bun run export
```

### Start VitePress Server

```bash
bun run dev
```

## Release a New Version

1. Update `feishu-pages/package.json` with a new version number.
2. Create git tag with the same version number.
3. Push the tag to GitHub.
4. Then the GitHub Action will automatically release the new version to npm.
5. Write Releate Notes in [Release Page](https://github.com/longbridgeapp/feishu-pages/releases)
2 changes: 1 addition & 1 deletion feishu-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feishu-pages",
"version": "0.6.9",
"version": "0.6.10",
"description": "Generate Feishu Wiki into a Markdown for work with Static Page Generators.",
"repository": {
"url": "https://github.com/longbridgeapp/feishu-pages"
Expand Down

0 comments on commit 1f4ba62

Please sign in to comment.