There have been talks in the conventional commit community about subscopes. A way of doing subscopes is fix(web/api) or fix(web:api).
The implementation of this feature is rather hard: one might have multiple levels of subscopes. A way to resolve this is nested lists that list all the allowed subtypes, sub-subtypes etc.
Describe the feature
There have been talks in the conventional commit community about subscopes. A way of doing subscopes is
fix(web/api)
orfix(web:api)
.The implementation of this feature is rather hard: one might have multiple levels of subscopes. A way to resolve this is nested lists that list all the allowed subtypes, sub-subtypes etc.