Shareable config for commitling.
Create commitlint.config.js
file and enter following config:
module.exports = {
extends: ['@socifi/commitlint-config'],
};
Changed: CON-865 Some change in code.
Following types are allowed:
- Changed
- Fixed
- Removed
- Added
- Depreciated
- Docs
- Refactored
- Test - should not be in master branch
- InProgress, WIP - should not be in master branch
Reference to JIRA issue. eg. CON-156. It is recommended but not required.
MUST exist.