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")"