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:
parent
c94d9d2c03
commit
c4d41b805a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user