Skip to content

Commit 82fcd4f

Browse files
committed
chore: set-version
1 parent bdb7119 commit 82fcd4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtasks/release-plz

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [[ $cur_version != "$latest_version" ]]; then
1010
echo "Releasing $cur_version"
1111
changelog="$(git cliff --tag "v$cur_version" --strip all --unreleased)"
1212
changelog="$(echo "$changelog" | tail -n +3)"
13+
cargo set-version "$cur_version" --all vfox
1314
cargo release -x --no-confirm --workspace
1415
git push --tags
1516
gh release create "v$cur_version" --title "v$cur_version" --notes "$changelog" --draft

0 commit comments

Comments
 (0)