meta(release): fix excluded crates

pull/71/head^2
Jake McGinty 2021-05-09 20:05:29 +09:00
parent 0000488910
commit 99650eb1b4
1 changed files with 1 additions and 1 deletions

View File

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