mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
chore: allow major bumps
This commit is contained in:
parent
cffebb2a05
commit
dea0b86c7c
@ -103,9 +103,7 @@ export async function determineBumpType () {
|
||||
const config = await loadChangelogConfig(process.cwd())
|
||||
const commits = await getLatestCommits()
|
||||
|
||||
const bumpType = determineSemverChange(commits, config)
|
||||
|
||||
return bumpType === 'major' ? 'minor' : bumpType
|
||||
return determineSemverChange(commits, config)
|
||||
}
|
||||
|
||||
export async function getLatestCommits () {
|
||||
|
Loading…
Reference in New Issue
Block a user