Change8

create-cloudflare@2.62.6

📦 cloudflare-workersView on GitHub →
🐛 1 fixes

Summary

This patch release improves setup robustness by handling git commit failures gracefully and streamlines the creation process by removing redundant git prompts in the Astro CLI.

Migration Steps

  1. The Astro CLI will no longer ask users about using git during setup, as create-cloudflare manages this.

🐛 Bug Fixes

  • The setup process now handles git commit failures gracefully (e.g., when GPG signing is cancelled or misconfigured) by continuing instead of crashing, informing the user that the commit was skipped.