Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Jpom
Commits
6f7e4cb5
Unverified
Commit
6f7e4cb5
authored
2 years ago
by
bwcx_jzy
Browse files
Options
Download
Email Patches
Plain Diff
commit 2.9.13
parent
582b0b2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
RELEASE.md
+8
-6
RELEASE.md
docs
+1
-1
docs
with
9 additions
and
7 deletions
+9
-7
RELEASE.md
+
8
-
6
View file @
6f7e4cb5
...
...
@@ -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
This diff is collapsed.
Click to expand it.
docs
@
527acb11
Subproject commit
46991f05bf9a99b3d566e585a7ef4a2b994a780b
Subproject commit
527acb11eeb500f211d4a42c8c35025e3938aafa
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment