|
-
-
-
-
- module.exports = [
- {breaking: true, release: 'major'},
-
-
-
- {type: 'docs', release: 'patch'},
- {type: 'feat', release: 'minor'},
- {type: 'fix', release: 'patch'},
- {type: 'perf', release: 'patch'},
- {type: 'refactor', release: 'patch'},
- {type: 'revert', release: 'patch'},
- {type: 'style', release: 'patch'},
- {type: 'test', release: 'patch'},
- ];
|