We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed82f9 commit 62c95aeCopy full SHA for 62c95ae
scripts/build-release
@@ -4,7 +4,7 @@ set -eux
4
5
export GO111MODULE=on
6
7
-RELEASE=$(cat version)
+RELEASE="v$(cat version)"
8
9
$GOPATH/bin/goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*") || true
10
0 commit comments