diff --git a/commitlint.config.cjs b/commitlint.config.cjs index 2454c9e..5bc73be 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -71,6 +71,7 @@ module.exports = { { value: "uni-app", name: "uni-app: @r-utils/uni-app 包" }, { value: "deps", name: "deps: 依赖更新" }, { value: "release", name: "release: 版本发布" }, + { value: "playground", name: "playground: 示例/调试项目" }, ], allowCustomScopes: true, allowEmptyScopes: true,