UNPKG

@twyr/announce

Version:

CLI Tool and NPM Library for announcing a release on Github / Gitlab / etc. and on NPM

26 lines (24 loc) 331 B
module.exports = { 'extends': ['@commitlint/config-conventional'], 'rules': { 'type-enum': [ 2, 'always', [ 'build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test', 'wip' ] ], 'body-max-length': [2, "always", Infinity] } };