Scope
- Default:
- Level:
ignore
- Optional:
false
- Level:
In this example, we assumed that you have a project with the following scopes:
❌ Bad
✅ Good
Example
Only allow scopes api
and web
Optional scopes api
and web
With this configuration, feat(api): xxx
and feat: xxx
are valid commits.