{ "types": ["feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "chore", "revert"], "typesDetail": { "feat" : "新功能", "fix" : "修复bug", "docs" : "文档改变", "style" : "代码格式改变", "refactor" : "某个已有功能重构", "perf" : "性能优化",(注:AngularJS提交规范简单版本中无此项) "test" : "增加测试", "build" : "改变了build工具", 如 grunt换成了 npm (注:AngularJS提交规范简单版本中无此项) "revert" : "撤销上一次的", commit "chore" : "构建过程或辅助工具的变动" }, "scope": { "required": false, "allowed": ["*"], "validate": false, "multiple": false }, "warnOnFail": false, "maxSubjectLength": 100, "subjectPattern": ".+", "subjectPatternErrorMsg": "subject does not match subject pattern!", "helpMessage": "", "autoFix": false }