8 lines
300 B
YAML
8 lines
300 B
YAML
## commit_convention.yml
|
|
## omit the commit_types to use the default angular-style commit types
|
|
# commit_types:
|
|
# - type: description of what the short-form "type" means
|
|
scopes:
|
|
client: changes related to the library client
|
|
csa: changes related to the Chat Service Aggregator
|
|
mt: Middle Tier
|