diff --git a/scripts/format-changelog.sh b/scripts/format-changelog.sh index 23f801f2b..c7b413cc8 100755 --- a/scripts/format-changelog.sh +++ b/scripts/format-changelog.sh @@ -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)