We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678f648 commit 69d44fdCopy full SHA for 69d44fd
1 file changed
xtasks/release-plz
@@ -4,6 +4,9 @@ set -euxo pipefail
4
git config user.name mise-en-dev
5
git config user.email [email protected]
6
7
+mise uninstall cargo:cargo-show
8
+cargo install cargo-show
9
+
10
cur_version="$(cargo pkgid mise | cut -d# -f2)"
11
if ! cargo show mise --json | jq -r '.versions.[].num' | grep -q "^$cur_version$"; then
12
echo "Releasing $cur_version"
0 commit comments