mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
chore: trim tag (#28687)
This commit is contained in:
parent
0d742647a3
commit
12d252f5e3
@ -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