aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ramsey/collection/conventional-commits.json
blob: 5fe21d2fad6a17a10631bdade9cf88b8a52d0d0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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": []
}