Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8c01ddb

Browse files
committedJan 3, 2025··
chore(commitlint.config.ts): include breaking changes questions
1 parent 39613e8 commit 8c01ddb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎commitlint.config.ts

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ import conventionalConfig from "@commitlint/config-conventional";
44
import type { UserConfig } from "@commitlint/types";
55

66
const excludeQuestions: string[] = [
7-
// exclude isBreaking, breaking, and breakingBody because this package does not have versioning
8-
"isBreaking",
9-
"breaking",
10-
"breakingBody",
117
// exclude isIssueAffected, issuesBody, and issues because I link branches to issues using GitHub
128
"isIssueAffected",
139
"issuesBody",

0 commit comments

Comments
 (0)
Please sign in to comment.