meta(release): fix excluded crates
parent
0000488910
commit
99650eb1b4
|
@ -17,7 +17,7 @@ done
|
||||||
[ "$#" -eq 1 ] || die "usage: ./release.sh [patch|major|minor|rc]"
|
[ "$#" -eq 1 ] || die "usage: ./release.sh [patch|major|minor|rc]"
|
||||||
git diff --quiet || die 'ERROR: git repo is dirty.'
|
git diff --quiet || die 'ERROR: git repo is dirty.'
|
||||||
|
|
||||||
cargo release "$1" --no-confirm --exclude "hostsfile,publicip"
|
cargo release "$1" --no-confirm --exclude "hostsfile" --exclude "publicip"
|
||||||
|
|
||||||
# re-stage the manpage commit and the cargo-release commit
|
# re-stage the manpage commit and the cargo-release commit
|
||||||
git reset --soft @~1
|
git reset --soft @~1
|
||||||
|
|
Loading…
Reference in New Issue