From 0cebd88f5b209b5d9c7c578203f59a207fdd8c6b Mon Sep 17 00:00:00 2001 From: Tao Guo Date: Mon, 13 Apr 2026 10:26:56 +1000 Subject: [PATCH] Fix formatting in README.md for rollbacks section Make sure the auto scale has its new line. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3ed97b..1965dad1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Temporal's [Worker Versioning](https://docs.temporal.io/production-deployment/wo 📦 **Automatic version management** - Registers versions with Temporal, manages routing rules, and tracks version lifecycle 🎯 **Smart traffic routing** - New workflows automatically get routed to your target worker version 🛡️ **Progressive rollouts** - Catch incompatible changes early with small traffic percentages before they spread -⚡ **Easy rollbacks** - Instantly route traffic back to a previous version if issues are detected +⚡ **Easy rollbacks** - Instantly route traffic back to a previous version if issues are detected 📈 **Per-version autoscaling** - Attach HPAs or other custom scalers to each versioned Deployment via [`WorkerResourceTemplate`](docs/worker-resource-templates.md) ## Quick Example