Skip to content

Commit

Permalink
chore(lerna): point to contributing guide if commit message doesn't f…
Browse files Browse the repository at this point in the history
…ollow convention
  • Loading branch information
jan-molak committed Mar 6, 2024
1 parent cef9875 commit 1c6b045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = {
'scope-empty': [ 2, 'never' ],
'scope-case': [ 2, 'always', 'lower-case' ],
'scope-enum': [ 2, 'always', scopes.all() ]
}
},
helpUrl: 'https://serenity-js.org/contributing/#conventional-commits-and-automated-releases'
}

0 comments on commit 1c6b045

Please sign in to comment.