From fa422b1af51388b6dbcb385082e22f006f15c258 Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 3 Jun 2021 10:45:44 -0300 Subject: [PATCH] Fix unbound variable --- scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release b/scripts/release index 9962f82..1f47063 100755 --- a/scripts/release +++ b/scripts/release @@ -62,7 +62,7 @@ if ! scripts/lint "$target"; then exit 1 fi -scripts/bump "--$bump" "$target" +scripts/bump "--${bump=patch}" "$target" release="$(scripts/inspect "$target")" tag="$(scripts/inspect -t "$target")"