Unverified Commit 6f7e4cb5 authored by bwcx_jzy's avatar bwcx_jzy
Browse files

commit 2.9.13

parent 582b0b2c
Showing with 9 additions and 7 deletions
+9 -7
......@@ -3,11 +3,13 @@
1. 将 dev 分支合并到 master
2. changelog 版本增加发版日期
3. 更新代码版本号:`cd ./jpom-parent/script && sh replaceVersion.sh 2.x.x`
4. 打包前端:`npm run i && npm run build`
4. 打包前端:`npm i && npm run build`
5. 打包后端:`mvn clean package`
6. 人工测试服务端包和插件端包是否可以正常启动
7. 将包上传到 oss : ` sh deploy-release-oss.sh`
8. 更新文档版本号:`cd ./docs/script && sh replaceVersion.sh 2.x.x`
9. 发布文档:`sh deploy-docs-pages.sh`
10. 测试远程更新是否正常
11. 发布服务端 docker 镜像包 `docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.x.x -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .`
\ No newline at end of file
7. 提交一个 commit 2.x.x
8. 基于 commit 新增 tag: v2.x.x 并且将代码推送到远程
9. 将包上传到 oss : ` sh deploy-release-oss.sh`
10. 更新文档版本号:`cd ./docs/script && sh replaceVersion.sh 2.x.x`
11. 发布文档:`sh deploy-docs-pages.sh`
12. 测试远程更新是否正常
13. 发布服务端 docker 镜像包 `docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.x.x -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .`
\ No newline at end of file
docs @ 527acb11
Subproject commit 46991f05bf9a99b3d566e585a7ef4a2b994a780b
Subproject commit 527acb11eeb500f211d4a42c8c35025e3938aafa
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment