From 9d877d670ed520cdf01322f847d9d2229a29bf9f Mon Sep 17 00:00:00 2001 From: Andrej Ocenas Date: Tue, 7 May 2019 16:08:46 +0200 Subject: [PATCH] release 6.2.0-beta1 --- package.json | 2 +- scripts/build/publish.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 316d43719f9..1676e75742e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "company": "Grafana Labs" }, "name": "grafana", - "version": "6.2.0-pre", + "version": "6.2.0-beta1", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git" diff --git a/scripts/build/publish.sh b/scripts/build/publish.sh index 785f46f22a0..f9dd21ba837 100755 --- a/scripts/build/publish.sh +++ b/scripts/build/publish.sh @@ -6,8 +6,8 @@ EXTRA_OPTS="$@" # Right now we hack this in into the publish script. # Eventually we might want to keep a list of all previous releases somewhere. -_releaseNoteUrl="https://community.grafana.com/t/release-notes-v6-0-x/14010" -_whatsNewUrl="http://docs.grafana.org/guides/whats-new-in-v6-0/" +_releaseNoteUrl="https://community.grafana.com/t/release-notes-v6-2-x/17037" +_whatsNewUrl="https://grafana.com/docs/guides/whats-new-in-v6-2/" ./scripts/build/release_publisher/release_publisher \ --wn ${_whatsNewUrl} \