Update release.md (#167)

This commit is contained in:
ethfoo 2023-07-05 10:22:28 +08:00 committed by GitHub
parent 0c321a9eef
commit 619eae5af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ git push v${A.B.C}
提PR将release分支合入main可等稳定一段时间后再合入注意Loggie工程和Loggie-installation部署脚本均需要。
## 有BugFix
## 有BugFix
- 如果是不重要的bug基于main分支提交修改即可可以不合入release分支
- 如果为重要的bug需要修复确定需要修复的版本release分支可为最近一个或者多个除了提交至main分支外还需要cherry-pick至指定release分支同时打上tag新增最小版本号同时需要确认Loggie-installation和docs是否同步修改。