JPeer264 / node-semantic-git-commit-cli

A CLI for semantic git commits
https://www.npmjs.com/package/semantic-git-commit-cli
MIT License
147 stars 11 forks source link

Allow multiple scopes #89

Open JPeer264 opened 4 years ago

JPeer264 commented 4 years ago

Scope type: 'single' | 'multiple' . Default: 'single'.

Multiple scope format: Feat(scope1, scope2)