diff --git a/README-zh_CN.md b/README-zh_CN.md index c0ffae3..a685645 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -17,6 +17,9 @@ ```bash npm i vuepress-plugin-auto-sidebar -D + +# v2 alpha(测试版) +npm i vuepress-plugin-auto-sidebar@alpha -D ``` diff --git a/README.md b/README.md index ced4e6c..e800603 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/lerna.json b/lerna.json index 25c597a..b4028b5 100644 --- a/lerna.json +++ b/lerna.json @@ -8,7 +8,7 @@ "command": { "publish": { "ignoreChanges": [ - "*.md" + ], "message": "chore(release): publish %v", "registry": "https://registry.npmjs.org/" diff --git a/package.json b/package.json index 5c00f1a..86b3cbf 100644 --- a/package.json +++ b/package.json @@ -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",