Skip to content

Commit e12e48e

Browse files
authored
refactor(build): update TypeScript config and package exports
refactor(build): update TypeScript config and package exports
2 parents c9f9bab + 55faaf1 commit e12e48e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.changeset/changesets-autogenerate.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ if (commitPatterns.breaking.test(commitMessage)) {
7373
}
7474
} else if (commitPatterns.refactor.test(commitMessage)) {
7575
const scope = commitMessage.match(commitPatterns.refactor)?.[1];
76-
if (validScopes.includes(scope)) {
77-
changeType = 'patch';
78-
packageName = scope;
79-
description = commitMessage.match(commitPatterns.refactor)?.[2];
80-
}
76+
// if (validScopes.includes(scope)) {
77+
changeType = 'patch';
78+
packageName = scope;
79+
description = commitMessage.match(commitPatterns.refactor)?.[2];
80+
// }
8181
}
8282

8383
// If we have identified a change, create a changeset

0 commit comments

Comments
 (0)