Skip to content

Commit 69d44fd

Browse files
committed
chore: cargo-show
1 parent 678f648 commit 69d44fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

xtasks/release-plz

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -euxo pipefail
44
git config user.name mise-en-dev
55
git config user.email [email protected]
66

7+
mise uninstall cargo:cargo-show
8+
cargo install cargo-show
9+
710
cur_version="$(cargo pkgid mise | cut -d# -f2)"
811
if ! cargo show mise --json | jq -r '.versions.[].num' | grep -q "^$cur_version$"; then
912
echo "Releasing $cur_version"

0 commit comments

Comments
 (0)