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