link to release notes on github release, closes #10837

This commit is contained in:
Martin Raifer
2025-03-06 15:18:57 +01:00
parent 0187bbddd3
commit 89af80057b

View File

@@ -40,7 +40,7 @@ export function uiVersion(context) {
.append('a')
.attr('class', 'badge')
.attr('target', '_blank')
.attr('href', 'https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#whats-new')
.attr('href', `https://github.com/openstreetmap/iD/releases/tag/v${currVersion}`)
.call(svgIcon('#maki-gift'))
.call(uiTooltip()
.title(() => t.append('version.whats_new', { version: currVersion }))