Skip to content

Commit

Permalink
chore: 提供 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Jul 3, 2021
1 parent e52563e commit d86ddda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

```bash
npm i vuepress-plugin-auto-sidebar -D

# v2 alpha(测试版)
npm i vuepress-plugin-auto-sidebar@alpha -D
```


Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ This is a plugin that automatically generates a sidebar for vuepress.

```bash
npm i vuepress-plugin-auto-sidebar -D

# v2 alpha(测试版)
npm i vuepress-plugin-auto-sidebar@alpha -D
```


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"command": {
"publish": {
"ignoreChanges": [
"*.md"

],
"message": "chore(release): publish %v",
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "lerna run --stream --sort build",
"lint": "eslint --ext .js,.ts packages",
"release": "yarn build && lerna publish",
"release:next": "yarn build && lerna publish --dist-tag next"
"release:alpha": "yarn build && lerna publish --dist-tag alpha"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down

0 comments on commit d86ddda

Please sign in to comment.