grafana-discrete-panel
grafana-discrete-panel copied to clipboard
please tag releases to match grafana plugin page
It'd be useful if you could use the github releases (https://help.github.com/articles/about-releases/) to match the tagged versions shown in https://grafana.com/plugins/natel-discrete-panel/installation
0.8 does not show up in the Grafana repositories despite there being a changelog. Not sure if related though.
0.8 has not yet been released... waiting for folks at grafana: https://github.com/grafana/grafana-plugin-repository/pull/273 Its a bit weird since things are not really released until that is merged.
The commits for each revision are in: https://github.com/grafana/grafana-plugin-repository/blob/master/repo.json#L1389
i would love to figure a way to have the/dist/* files only in tags or releases.
Thanks for the feedback. Can we help in any way?
sure :) if you tell me what commands to run to backfill the releases, I can do that, or at least add something to the README so we do it properly the next time
You can tag specific commits to backfill them:
git tag -a <version> <commit> -m "<message>"
so e.g.
git tag -a 0.8 7764f9c -m "Release 0.8"
You can then push them with:
git push --tags
thanks: https://github.com/NatelEnergy/grafana-discrete-panel/releases