Skip to content

Commit

Permalink
chore: cargo-show
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 5, 2025
1 parent 678f648 commit 69d44fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xtasks/release-plz
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -euxo pipefail
git config user.name mise-en-dev
git config user.email [email protected]

mise uninstall cargo:cargo-show
cargo install cargo-show

cur_version="$(cargo pkgid mise | cut -d# -f2)"
if ! cargo show mise --json | jq -r '.versions.[].num' | grep -q "^$cur_version$"; then
echo "Releasing $cur_version"
Expand Down

0 comments on commit 69d44fd

Please sign in to comment.