Use version as tag message in release script to skip editor prompt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-15 18:35:05 -04:00
parent 76d863ca10
commit 2affe99537
No known key found for this signature in database

View file

@ -43,7 +43,7 @@ echo "Updated $CARGO_TOML"
git add "$CARGO_TOML"
git commit -m "Bump version to $new_version"
git tag "$tag"
git tag -a "$tag" -m "$tag"
git push origin main "$tag"
echo ""