refactor(cli): rewrite release command (#12133)

* refactor(cli): rewrite release command

* fix: duplicated build

* fix: no git check

* feat: rollback version

* chore: release config

* chore: add release config
This commit is contained in:
neverland
2023-07-30 10:43:26 +08:00
committed by GitHub
parent 2513ad1217
commit e6a0694807
24 changed files with 222 additions and 1704 deletions

View File

@@ -50,7 +50,7 @@ npx vant-cli dev
### release
发布组件库,发布前会自动执行 build 和 changelog 命令,并通过 [release-it](https://github.com/release-it/release-it) 发布 npm 包。
发布组件库,发布前会自动执行 build 和 changelog 命令,并按照流程发布 npm 包。
### changelog