mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: add branch to edge release script
This commit is contained in:
parent
654b9a21d7
commit
171288586d
@ -18,7 +18,7 @@ async function main () {
|
|||||||
|
|
||||||
const config = await loadChangelogConfig(process.cwd())
|
const config = await loadChangelogConfig(process.cwd())
|
||||||
|
|
||||||
const latestTag = execaSync('git', ['describe', '--tags', '--abbrev=0']).stdout
|
const latestTag = execaSync('git', ['describe', '--tags', '--abbrev=0', 'main']).stdout
|
||||||
|
|
||||||
const commits = await getGitDiff(latestTag)
|
const commits = await getGitDiff(latestTag)
|
||||||
const bumpType = determineSemverChange(parseCommits(commits, config), config)
|
const bumpType = determineSemverChange(parseCommits(commits, config), config)
|
||||||
|
Loading…
Reference in New Issue
Block a user