diff --git a/scripts/generate-changelog.js b/scripts/generate-changelog.js index 62b7d1b913..cedb32a05e 100644 --- a/scripts/generate-changelog.js +++ b/scripts/generate-changelog.js @@ -61,6 +61,7 @@ async function getEmojisLegend() { } async function getChangesList() { + await executeCommand('git fetch --tags') const lastTagHash = await executeCommand('git rev-list --tags --max-count=1') const lastTagName = await executeCommand(`git describe --tags ${lastTagHash}`)