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 4872ae6 commit bdb7119Copy full SHA for bdb7119
xtasks/release-plz
@@ -10,8 +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
- git tag "v$cur_version" -s -m "$changelog"
14
- cargo release -x --no-confirm --no-tag --no-push
+ cargo release -x --no-confirm --workspace
15
git push --tags
16
gh release create "v$cur_version" --title "v$cur_version" --notes "$changelog" --draft
17
exit 0
0 commit comments