From 0d6db7e6b8ef438565d833b40755d50de12137e0 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 27 Mar 2019 11:55:31 +0100 Subject: [PATCH] Chore: scripts update publish script before 6.1 release (cherry picked from commit cbe2543717894ace2a8347859bff22dfbbf57a73) --- scripts/build/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build/publish.sh b/scripts/build/publish.sh index 785f46f22a0..fd5b802e72f 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-1-x/15772" +_whatsNewUrl="http://docs.grafana.org/guides/whats-new-in-v6-1/" ./scripts/build/release_publisher/release_publisher \ --wn ${_whatsNewUrl} \