Files
lunasea/.czrc
2022-08-14 13:17:33 -04:00

29 lines
752 B
Plaintext

{
"path": "cz-conventional-changelog",
"types": {
"chore": {
"description": "Any other change that doesn't modify source files",
"title": "Chore"
},
"docs": {
"description": "Documentation only changes",
"title": "Documentation"
},
"release": {
"description": "A commit intended for publishing a new release",
"title": "Release"
},
"feat": {
"description": "A code change that implements a new feature",
"title": "Feature"
},
"fix": {
"description": "A code change that implements a bug fix",
"title": "Fix"
},
"refactor": {
"description": "A code change that neither fixes a bug nor adds a feature",
"title": "Refactor"
}
}
}