mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user