Feature Proposal
currently the latest tgz file is named chart.js-4.4.1.tgz so the full URL is: https://github.com/chartjs/Chart.js/releases/download/v4.4.1/chart.js-4.4.1.tgz
please just name it chart.js.tgz
this will make it much easier to always download the latest by using:
https://github.com/chartjs/Chart.js/releases/latest/download/chart.js.tgz
Possible Implementation
should be fixed here:
https://github.com/chartjs/Chart.js/blob/master/.github/workflows/release.yml#L66
Feature Proposal
currently the latest tgz file is named
chart.js-4.4.1.tgzso the full URL is: https://github.com/chartjs/Chart.js/releases/download/v4.4.1/chart.js-4.4.1.tgzplease just name it
chart.js.tgzthis will make it much easier to always download the latest by using:
https://github.com/chartjs/Chart.js/releases/latest/download/chart.js.tgz
Possible Implementation
should be fixed here:
https://github.com/chartjs/Chart.js/blob/master/.github/workflows/release.yml#L66