From cc1fcb0e93325be256e297dbc42d3503a5872478 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Thu, 20 Apr 2023 17:49:30 +0200 Subject: [PATCH] Add version specific urls to release template (#11240) --- .github/release-drafter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index f03abc523e4..582f5491d9a 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -44,10 +44,10 @@ template: | # Essential Links * [npm](https://www.npmjs.com/package/chart.js) - * [Migration guide](https://www.chartjs.org/docs/latest/migration/v4-migration.html) - * [Docs](https://www.chartjs.org/docs/latest/) - * [API](https://www.chartjs.org/docs/latest/api/) - * [Samples](https://www.chartjs.org/docs/latest/samples/) + * [Migration guide](https://www.chartjs.org/docs/$RESOLVED_VERSION/migration/v4-migration.html) + * [Docs](https://www.chartjs.org/docs/$RESOLVED_VERSION/) + * [API](https://www.chartjs.org/docs/$RESOLVED_VERSION/api/) + * [Samples](https://www.chartjs.org/docs/$RESOLVED_VERSION/samples/) $CHANGES