hookehuyr

chore: 配置 standard-version 不自动生成 CHANGELOG

1 +{
2 + "types": ["feat", "fix", "perf"],
3 + "skip": {
4 + "changelog": true
5 + }
6 +}