Skip to content

Commit

Permalink
chore(lint): sync commitlint config with semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
onderceylan committed Dec 2, 2021
1 parent 351c8f7 commit 5e8105a
Show file tree
Hide file tree
Showing 5 changed files with 16,672 additions and 1,316 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"branches": ["master"],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"preset": "conventionalcommits",
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "feat", "release": "minor" },
Expand Down
7 changes: 6 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0, 'always'],
},
};
Loading

0 comments on commit 5e8105a

Please sign in to comment.