feat(blog): add v0.6 blog post and email broadcast#3636
feat(blog): add v0.6 blog post and email broadcast#3636emir-karabeg merged 4 commits intostagingfrom
Conversation
|
You have used all Bugbot PR reviews included in your free trial for your GitHub account on this workspace. To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR adds scaffolding for the Sim v0.6 release blog post and its corresponding email broadcast template. The blog post ( Key observations:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Merged to staging] --> B{Blog Post\ndraft: true?}
B -- Yes --> C[Not published\nwaiting for copy & screenshots]
B -- No --> D[Published at sim.ai/blog/v0-6]
A --> E[Email broadcast v0.6.html\nscaffolded]
E --> F[Fill TODO image placeholders\nmothership.jpg, tables.jpg,\nscheduled-tasks.jpg, etc.]
F --> G[Write final copy\nfor each feature section]
G --> H[Send via Resend broadcast]
C --> I[Add screenshots\ncover.png, mothership.png,\ntables.png, connectors.png, etc.]
I --> J[Fill TODO copy sections\nMotherShip, Tables, Files,\nKB Connectors, Integrations]
J --> K[Set draft: false]
K --> D
|
|
You have used all Bugbot PR reviews included in your free trial for your GitHub account on this workspace. To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard. |
Summary
Type of Change
Testing
Tested manually
Checklist