Skip to content

Commit 8f14d10

Browse files
committed
chore: only bump mise version for release-plz
1 parent 5b3be6e commit 8f14d10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xtasks/release-plz

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ git submodule update --remote
2222
year="$(date +%Y)"
2323
month="$(date +%-m)"
2424
if echo "$cur_version" | grep -e "^$year\.$month\."; then
25-
cargo set-version --bump patch
25+
cargo set-version --bump patch -p mise
2626
elif echo "$cur_version" | grep -e "^$year\."; then
27-
cargo set-version --bump minor
27+
cargo set-version --bump minor -p mise
2828
else
29-
cargo set-version "$year.1.0"
29+
cargo set-version "$year.1.0" -p mise
3030
fi
3131

3232
version="$(cargo pkgid mise | cut -d# -f2)"

0 commit comments

Comments
 (0)