samber / chartjs-plugin-datasource-prometheus

📊 Chart.js plugin for Prometheus
https://www.npmjs.com/package/chartjs-plugin-datasource-prometheus
MIT License
107 stars 20 forks source link

Please use git tags for versions #32

Closed stokito closed 1 year ago

stokito commented 1 year ago

You can add a git tag v2.0.0 and then on the releases page create a release from the tag https://github.com/samber/chartjs-plugin-datasource-prometheus/releases

git tag v2.0.0
git push --tags
samber commented 1 year ago

I just created a tag and a release for both v2.0 and v2.1.

stokito commented 1 year ago

Thank you, now we can see list of changes https://github.com/samber/chartjs-plugin-datasource-prometheus/compare/v2.0.0...v2.1.0