From 0afe7d55870fd1b322b01cacc6951eefdb24e9f2 Mon Sep 17 00:00:00 2001 From: bufdev Date: Thu, 30 Jan 2020 22:00:04 -0500 Subject: [PATCH] Update to v0.7.0 --- internal/buf/cmd/buf/buf.go | 2 +- make/buf/scripts/release.bash | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/buf/cmd/buf/buf.go b/internal/buf/cmd/buf/buf.go index cc4bc924ee..7764021176 100644 --- a/internal/buf/cmd/buf/buf.go +++ b/internal/buf/cmd/buf/buf.go @@ -2,7 +2,7 @@ package buf import "github.com/bufbuild/cli/clicobra" -const version = "0.7.0-dev" +const version = "0.7.0" // Main is the main. func Main(use string, options ...RootCommandOption) { diff --git a/make/buf/scripts/release.bash b/make/buf/scripts/release.bash index 40195518d7..de21919221 100644 --- a/make/buf/scripts/release.bash +++ b/make/buf/scripts/release.bash @@ -49,6 +49,7 @@ if [ -z "${INSIDE_DOCKER}" ]; then -e INSIDE_DOCKER=1 \ "${DOCKER_IMAGE}" \ bash -x make/buf/scripts/release.bash + exit 0 fi BASE_NAME="buf"