Skip to content

Commit

Permalink
Add version specific urls to release template
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Apr 19, 2023
1 parent b34e273 commit bcb6992
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
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 bcb6992

Please sign in to comment.