chore: 升级发版脚本版本 (#9400)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2024-01-11 21:43:44 +08:00 committed by GitHub
parent 636156a7d1
commit e868976c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 8 deletions

View File

@ -79,16 +79,12 @@ npm run update-snapshot --workspace amis <spec-name>
### 发布版本
```bash
# 先通过一下命令设置版本号
npm run version
# 如果是 beta 版本使用如下命令
# npm run version -- 2.0.1-beta.0 --no-git-tag-version
# 发布内部 registry
npm run publish-to-internal
npm run publish
# 发布外网环境
# 先通过一下命令设置版本号
npm run version
npm run release
```

View File

@ -60,7 +60,7 @@
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"amis-publish": "^0.0.0-beta.8",
"amis-publish": "^1.0.0",
"copy-to-clipboard": "3.3.1",
"echarts": "5.4.0",
"express": "^4.18.2",