Skip to content

Commit

Permalink
fix: disable commit lint from semantic releae commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ahmadbilal committed Aug 30, 2024
1 parent dff2059 commit 8ccbfe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// eslint-disable-next-line no-undef
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [(commit) => commit.includes('[skip ci]')],
};

0 comments on commit 8ccbfe7

Please sign in to comment.