We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffebb2 commit dea0b86Copy full SHA for dea0b86
scripts/_utils.ts
@@ -103,9 +103,7 @@ export async function determineBumpType () {
103
const config = await loadChangelogConfig(process.cwd())
104
const commits = await getLatestCommits()
105
106
- const bumpType = determineSemverChange(commits, config)
107
-
108
- return bumpType === 'major' ? 'minor' : bumpType
+ return determineSemverChange(commits, config)
109
}
110
111
export async function getLatestCommits () {
0 commit comments