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 bdb7119 commit 82fcd4fCopy full SHA for 82fcd4f
xtasks/release-plz
@@ -10,6 +10,7 @@ if [[ $cur_version != "$latest_version" ]]; then
10
echo "Releasing $cur_version"
11
changelog="$(git cliff --tag "v$cur_version" --strip all --unreleased)"
12
changelog="$(echo "$changelog" | tail -n +3)"
13
+ cargo set-version "$cur_version" --all vfox
14
cargo release -x --no-confirm --workspace
15
git push --tags
16
gh release create "v$cur_version" --title "v$cur_version" --notes "$changelog" --draft
0 commit comments