Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 8eb66d4

Browse files
authored
Merge pull request #169 from doitintl/issue-168
Issue 168
2 parents f88d240 + 46faa59 commit 8eb66d4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the below to your values.yaml
2525
## Pass the plugins you want installed as a list.
2626
##
2727
plugins:
28-
- https://github.com/doitintl/bigquery-grafana/archive/0.2.0.tar.gz;doit-bigquery-datasource
28+
- https://github.com/doitintl/bigquery-grafana/archive/1.0.2.zip;doit-bigquery-datasource
2929
...
3030
```
3131

bump_version.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROMV=`git describe --tags --abbrev=0`
2+
TOV=`git describe --tags --abbrev=0 | awk -F. '{$NF+=1; OFS="."; print $0}'`
3+
sed -i 's/'"$FROMV"'/'"$TOV"'/g' INSTALL.md
4+
sed -i 's/'"$FROMV"'/'"$TOV"'/g' src/plugin.json

0 commit comments

Comments
 (0)