Skip to content

Commit

Permalink
chore: gitignore aqua-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 25, 2024
1 parent 1c38bca commit 644cb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release-plz
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git config user.email release@mise.jdx.dev
cur_version="$(cargo pkgid mise | cut -d# -f2)"
if ! cargo show mise --json | jq -r '.versions.[].num' | grep -q "^$cur_version$"; then
echo "Releasing $cur_version"
cargo publish
cargo publish --allow-dirty
changelog="$(git cliff --tag "v$cur_version" --strip all --unreleased)"
changelog="$(echo "$changelog" | tail -n +3)"
git tag "v$cur_version" -s -m "$changelog"
Expand Down

0 comments on commit 644cb6d

Please sign in to comment.