Skip to content

Commit 3989629

Browse files
committed
chore: allow major bumps in changelog
1 parent 40df4ea commit 3989629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export async function determineBumpType() {
102102

103103
const bumpType = determineSemverChange(commits, config)
104104

105-
return bumpType === 'major' ? 'minor' : bumpType
105+
return bumpType
106106
}
107107

108108
export async function getLatestCommits() {

0 commit comments

Comments
 (0)