Skip to content

Commit

Permalink
Add version specific urls to release template (#11240)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Apr 20, 2023
1 parent 5ee0ff1 commit cc1fcb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/release-drafter.yml
Expand Up @@ -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
Expand Down

0 comments on commit cc1fcb0

Please sign in to comment.