From 1806239e6f6f85ec3d4b59a44b8002eba2d8ab37 Mon Sep 17 00:00:00 2001 From: Jens Fosgerau Date: Fri, 24 Jun 2022 10:31:52 +0200 Subject: [PATCH] chore: correct branch spelling --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index d43fd470b..073c4269c 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -6,7 +6,7 @@ help() { cat <<- EOF Usage: TAG=tag $0 -Updates version in go.mod files and pushes a new brash to GitHub. +Updates version in go.mod files and pushes a new branch to GitHub. VARIABLES: TAG git tag, for example, v1.0.0