Skip to content

Commit

Permalink
build: don't lint release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Jan 11, 2022
1 parent 8faa78f commit e782abe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module.exports = { extends: ["@commitlint/config-conventional"] };
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(message) => message.startsWith("chore(release)")],
};

0 comments on commit e782abe

Please sign in to comment.