mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 14:45:15 +00:00
chore: trim tag (#28687)
This commit is contained in:
parent
8cb4bccc79
commit
3a57295295
@ -110,7 +110,7 @@ export async function getLatestCommits () {
|
|||||||
const config = await loadChangelogConfig(process.cwd())
|
const config = await loadChangelogConfig(process.cwd())
|
||||||
const { stdout: latestTag } = await exec('git', ['describe', '--tags', '--abbrev=0'])
|
const { stdout: latestTag } = await exec('git', ['describe', '--tags', '--abbrev=0'])
|
||||||
|
|
||||||
return parseCommits(await getGitDiff(latestTag), config)
|
return parseCommits(await getGitDiff(latestTag.trim()), config)
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getContributors () {
|
export async function getContributors () {
|
||||||
|
Loading…
Reference in New Issue
Block a user