diff --git a/GEMINI.md b/GEMINI.md index 7de197b..97ce844 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -145,7 +145,7 @@ bun run preview # Preview production build git add src/ git commit -m "feat(v1.x): description" -# Tag version (triggers auto-deploy to Cloudflare) +# Push to main branch (including tags) triggers auto-deploy to Cloudflare git tag v1.x.x git push origin main --tags