grafana-discrete-panel icon indicating copy to clipboard operation
grafana-discrete-panel copied to clipboard

please tag releases to match grafana plugin page

Open Elwell opened this issue 6 years ago • 6 comments

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

Elwell avatar May 15 '18 08:05 Elwell

0.8 does not show up in the Grafana repositories despite there being a changelog. Not sure if related though.

matthenning avatar May 15 '18 12:05 matthenning

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.

ryantxu avatar May 15 '18 13:05 ryantxu

Thanks for the feedback. Can we help in any way?

matthenning avatar May 15 '18 13:05 matthenning

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

ryantxu avatar May 15 '18 14:05 ryantxu

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

matthenning avatar May 15 '18 15:05 matthenning

thanks: https://github.com/NatelEnergy/grafana-discrete-panel/releases

ryantxu avatar May 16 '18 13:05 ryantxu