From d97484332c67d5bccebe0a43c5673bdcd25cbf07 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Wed, 13 Mar 2019 00:29:25 +1000 Subject: [PATCH] Fixed release script so go mod is happy --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index a916b43..dc71fcd 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -20,6 +20,6 @@ fi echo "Releasing ${TAG} ..." -git tag -a -s -m "Relase ${TAG}" "${TAG}" +git tag -a -s -m "Relase v${TAG}" "v${TAG}" git push --tags goreleaser release --rm-dist