Skip to content

Commit cc1fcb0

Browse files
authored
Add version specific urls to release template (#11240)
1 parent 5ee0ff1 commit cc1fcb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ template: |
4444
# Essential Links
4545
4646
* [npm](https://www.npmjs.com/package/chart.js)
47-
* [Migration guide](https://www.chartjs.org/docs/latest/migration/v4-migration.html)
48-
* [Docs](https://www.chartjs.org/docs/latest/)
49-
* [API](https://www.chartjs.org/docs/latest/api/)
50-
* [Samples](https://www.chartjs.org/docs/latest/samples/)
47+
* [Migration guide](https://www.chartjs.org/docs/$RESOLVED_VERSION/migration/v4-migration.html)
48+
* [Docs](https://www.chartjs.org/docs/$RESOLVED_VERSION/)
49+
* [API](https://www.chartjs.org/docs/$RESOLVED_VERSION/api/)
50+
* [Samples](https://www.chartjs.org/docs/$RESOLVED_VERSION/samples/)
5151
5252
$CHANGES
5353

0 commit comments

Comments
 (0)