From c4d41b805a99b05ecb1a3e37291f5c7bd822677e Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Tue, 14 Sep 2021 17:26:11 +0900 Subject: [PATCH] release.sh: support latest cargo-release --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 3141203..a011f1c 100755 --- a/release.sh +++ b/release.sh @@ -19,7 +19,7 @@ git diff --quiet || die 'ERROR: git repo is dirty.' OLD_VERSION="v$(cargo pkgid -p shared | cut -d '#' -f 2)" -cargo release "$1" --no-confirm --exclude "hostsfile" --exclude "publicip" +cargo release "$1" --no-confirm --exclude "hostsfile" --exclude "publicip" --execute # re-stage the manpage commit and the cargo-release commit git reset --soft @~1