spiegel-keyman/resources/scopes/commit-types.json
Marc Durdin 13b44a7e30 chore(common/resources): use shared scopes definition
This starts the shared scope definition. First cab off the rank is commit-msg
2020-05-19 17:08:57 +10:00

13 lines
No EOL
140 B
JSON

{
"commitTypes": [
"fix",
"feat",
"chore",
"change",
"docs",
"style",
"refactor",
"test",
"auto"
]
}