·Day 22 · building git-to-market in public
This week: post-now gates and clearer LinkedIn dry-run truthfulness
This week I shipped changes to make automatic posts safer and LinkedIn previews more honest. If you use git-to-market to turn commits into daily posts, these updates reduce accidental publishes and make dry-run previews match what people actually see on LinkedIn.
What shipped
- –Post-now gates: I added explicit checks before a commit triggers an immediate publish. You still get the option to post now, but the UI and flow now require a clear confirmation and surface any risks (like missing images or truncated text) so you don’t accidentally send a draft live.
- –LinkedIn dry-run truthfulness: Dry-run previews for LinkedIn now reflect the platform’s real limitations. The preview flags cases where LinkedIn truncates text, drops certain formatting, or changes line breaks, so you can edit before a live post looks off.
- –Error surfacing: When something goes wrong during generation or delivery, you’ll now see clearer messages tied to the specific post. That means fewer silent failures and faster fixes when an image upload or API call fails.
Why it matters
These feel like small UX details, but they cut real risk. Folks who build in public often worry about accidental posts or misleading previews; both can create embarrassment or hurt credibility. The confirmation gate lowers the chance of a slip. The improved LinkedIn preview saves time: what you see in the dry run is more reliably what your audience will read.
The better error messages matter for the people who want their marketing to run on autopilot. Instead of hunting logs, you’ll get actionable feedback in the app so you can recover quickly and keep your daily presence consistent.
What I watched and next steps
- –I tracked 39 commits this week focused on these flows and on surfacing problems earlier in the pipeline.
- –Next I’ll apply the same dry-run honesty to X and the blog previews so all platforms match their real-world output. I’m also exploring a simple checklist we can show before a post goes live (image sizes, link length, CTA presence) so you don’t need to remember platform quirks.
Related reading
[This week: post-now gates and clearer LinkedIn dry-run truthfulness](https://gittomarket.io/w/gittomarket/this-week-post-now-gates-and-clearer-linkedin-dry-run-truthfulness-2)
[This week: post-now gates and clearer LinkedIn dry-run truthfulness](https://gittomarket.io/w/gittomarket/this-week-post-now-gates-and-clearer-linkedin-dry-run-truthfulness)
[This week: post gates, clearer LinkedIn dry-run previews](https://gittomarket.io/w/gittomarket/this-week-post-gates-clearer-linkedin-dry-run-previews)
Watch git-to-market ship, day by day
1 person is following the build