From ef96ebd1f4b8c0979c4aa38c578b4f89a93560e3 Mon Sep 17 00:00:00 2001 From: lilleman Date: Thu, 20 Aug 2026 22:04:23 +0200 Subject: [PATCH] Rewrap the auto-release paragraph --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 528047b..6a09cde 100644 --- a/README.md +++ b/README.md @@ -1419,8 +1419,8 @@ exact. Each PR runs the normal gate on its `renovate/*` branch and automerges on **Auto-release on dependency updates** — a second job in `renovate.yml` (`auto-release`) cuts **one** `vX.Y.Z` tag per run covering the renovate-bot commits merged to `main` since the last tag, and -**skips** when the tip isn't a Renovate commit or nothing new merged. -Renovate stamps each commit with a `Release-Bump: ` trailer and +**skips** when the tip isn't a Renovate commit or nothing new merged. Renovate stamps each commit +with a `Release-Bump: ` trailer and [`auto-release/next-version.ts`](auto-release/next-version.ts) turns the highest one into the next version — pre-1.0 it never auto-crosses into `1.0.0`. It is **tag-only**: the tag hands off to `release.yml`, and is pushed with renovate-bot's PAT so that workflow actually fires (a tag pushed by