From: Jacco van den Berg Date: Thu, 20 Apr 2023 15:49:30 +0000 (+0200) Subject: Add version specific urls to release template (#11240) X-Git-Tag: v4.3.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc1fcb0e93325be256e297dbc42d3503a5872478;p=thirdparty%2FChart.js.git Add version specific urls to release template (#11240) --- diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index f03abc523..582f5491d 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