Skip to content

Commit

Permalink
chore: run render when creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 4, 2024
1 parent e3ecc9d commit 7d723b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/release-plz
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ fi

git cliff --bump -o CHANGELOG.md
cargo set-version "${version#v}"
mise run render

git config user.name mise-en-dev
git config user.email 123107610+mise-en-dev@users.noreply.github.com
cargo update
git add \
{./,cli/,lib/}Cargo.* \
cli/usage.usage.kdl \
docs/cli/reference.md \
CHANGELOG.md
git checkout -B release
git commit -m "chore: release $version"
Expand Down

0 comments on commit 7d723b7

Please sign in to comment.