diff --git a/build/release-notes.js b/build/release-notes.js index 35c3edfb19..77693884ff 100755 --- a/build/release-notes.js +++ b/build/release-notes.js @@ -35,11 +35,11 @@ const previous = releaseNotes[1]; // Print the release notes template. const templatedReleaseNotes = `https://github.com/maplibre/maplibre-gl-js -[Changes](https://github.com/maplibre/maplibre-gl-js/compare/v${previous.version}...v${latest.version}) since [MapLibre GL JS v${previous.version}](https://github.com/maplibre/releases/tag/v${previous.version}): +[Changes](https://github.com/maplibre/maplibre-gl-js/compare/v${previous.version}...v${latest.version}) since [MapLibre GL JS v${previous.version}](https://github.com/maplibre/maplibre-gl-js/releases/tag/v${previous.version}): ${latest.changelog} ${semver.prerelease(latest.version) ? 'Pre-release version' : ''}`; // eslint-disable-next-line eol-last -process.stdout.write(templatedReleaseNotes.trimEnd()); \ No newline at end of file +process.stdout.write(templatedReleaseNotes.trimEnd());