mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
29 lines
752 B
Plaintext
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"
|
|
}
|
|
}
|
|
} |