Skip to content

Commit f6340dc

Browse files
author
seyed
committed
ci: disabling the body-max-line-length rule in semantic-release
1 parent c1b2e81 commit f6340dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

commitlint.config.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// commitlint.config.cjs
22
/** @type {import('cz-git').UserConfig} */
33
module.exports = {
4+
rules: {
5+
'body-max-line-length': [0, 'always', 100],
6+
},
47
prompt: {
58
messages: {
69
type: "Select the type of change that you're committing:",

0 commit comments

Comments
 (0)