Commit df8a6cb
committed
fix daily build: failing grafana plugin validator
Grafana plugin validator compares the current version with the latest
published version and will only pass if the current version is greater
than the latest published version.
Before this change we only added `-testbuild.XXX` to the version of the
plugin. And used info.version in `src/plugin.json`, but this only
holds a placeholder. So if we want to increase the version we need to
load version (not the placeholder) which is stored in package.json.1 parent cb6db0c commit df8a6cb
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | | - | |
34 | | - | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments