Back to Changelog
v1.27.3June 18, 2026

Deploys Match Your Repo

Git-based deploys now build the commit your repository actually points at.

Download v1.27.3

Get this version from GitHub Releases

Download

What's Changed

Bug Fixes

2
  • Fixed Git-based deploys shipping old or mixed code when a branch is force-pushed, rewritten, or reverted — deployments now mirror the exact state of your remote branch instead of merging, so you always deploy the code you pushed
  • Fixed deploy clones drifting ahead of the remote — the local working copy no longer accumulates stray merge commits that mix code from multiple branches; every deploy is a clean, exact copy of the branch tip
Related Topics
git deploycommit accuracybuild fixes