From 057a20b60fc76c586357a62babe2d06efe7567d2 Mon Sep 17 00:00:00 2001 From: a6091731 Date: Tue, 7 Apr 2026 17:54:07 +0800 Subject: [PATCH] docs(readme): document release-readiness check expectations Add a release-readiness row to the snapshot table so maintainers run required CI guards consistently before merge. Made-with: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ad5d7f..97601f9 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ chunks.forEach(System.out::println); | Retry Safety | 429/5xx auto-retry for GET/HEAD + capped exponential backoff | | Error Surface | `ApiException` with status/body/traceId | | Validation | Production-host integration verified | +| Release Readiness | Run `draft-release-train` and `guards` checks before merge | ## Links