Skip to content

Commit

Permalink
commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Nov 23, 2023
1 parent 649fd3f commit 47412a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
plugins: {
'@release-it/conventional-changelog': {
gitRawCommitsOpts: {
merges: null,
},
parserOpts: {
mergePattern: '^Merge pull request #(\\d+) from (.*)$',
},
},
},
};

0 comments on commit 47412a7

Please sign in to comment.