ci: fix change log format script

This commit is contained in:
Zaiming (Stone) Shi 2023-02-13 08:57:54 +01:00
parent 122ff97ffb
commit 7947d83cb9
1 changed files with 3 additions and 0 deletions

View File

@ -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)