docs: add staging note block helper

This commit is contained in:
a.tolmachev
2026-04-07 13:11:22 +03:00
parent 09e6260e32
commit 78dc5ebc37
7 changed files with 103 additions and 4 deletions
+11
View File
@@ -26,3 +26,14 @@ CRANK_STAGING_ADMIN_EMAIL=owner@example.com \
CRANK_STAGING_ADMIN_PASSWORD=secret \
./scripts/authenticated-staging-smoke.sh https://rmcp.itexp.me
```
## staging-note-block.sh
Helper that renders a ready-to-paste markdown block for
`docs/staging-regression-notes.md` after a real staging pass.
Usage:
```bash
./scripts/staging-note-block.sh rmcp.itexp.me abc1234 "codex + operator" partial
```