1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-01-08 04:04:48 +02:00

release.sh: support latest cargo-release

This commit is contained in:
Jake McGinty 2021-09-14 17:26:11 +09:00
parent c94d9d2c03
commit c4d41b805a

View File

@ -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