FreeScoutGPT/vendor/ramsey/collection/conventional-commits.json
Михаил Баринов 7210a52e55 first commit
2023-04-14 01:35:57 +03:00

22 lines
410 B
JSON

{
"typeCase": "kebab",
"types": [
"chore",
"ci",
"docs",
"feat",
"fix",
"refactor",
"security",
"style",
"test"
],
"scopeCase": "kebab",
"scopeRequired": false,
"scopes": [],
"descriptionCase": null,
"descriptionEndMark": "",
"bodyRequired": false,
"bodyWrapWidth": 72,
"requiredFooters": []
}