ci: fix change log format script
This commit is contained in:
parent
122ff97ffb
commit
7947d83cb9
|
@ -39,6 +39,7 @@ if [ "${language}" = "en" ]; then
|
||||||
## Enhancements
|
## Enhancements
|
||||||
|
|
||||||
$(section feat)
|
$(section feat)
|
||||||
|
|
||||||
$(section perf)
|
$(section perf)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
@ -53,6 +54,8 @@ elif [ "${language}" = "zh" ]; then
|
||||||
|
|
||||||
$(section feat)
|
$(section feat)
|
||||||
|
|
||||||
|
$(section perf)
|
||||||
|
|
||||||
## 修复
|
## 修复
|
||||||
|
|
||||||
$(section fix)
|
$(section fix)
|
||||||
|
|
Loading…
Reference in New Issue