spiegel-keyman/resources/scopes/commit-types.json
Marc Durdin 0404aa5db2 chore(common): update labels to include change, style
* Updates supported labels and documentation relating to `change` and
`style` commit types
* Adds `core/` label
* Reorders various lists alphabetically
2024-05-24 09:43:10 +07:00

13 lines
No EOL
140 B
JSON

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