mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +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 config = await loadChangelogConfig(process.cwd())
|
||||||
const commits = await getLatestCommits()
|
const commits = await getLatestCommits()
|
||||||
|
|
||||||
const bumpType = determineSemverChange(commits, config)
|
return determineSemverChange(commits, config)
|
||||||
|
|
||||||
return bumpType === 'major' ? 'minor' : bumpType
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getLatestCommits () {
|
export async function getLatestCommits () {
|
||||||
|
Loading…
Reference in New Issue
Block a user