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
+6
View File
@@ -145,3 +145,9 @@ export CRANK_STAGING_ADMIN_EMAIL=owner@example.com
export CRANK_STAGING_ADMIN_PASSWORD=secret
just authenticated-staging-smoke https://<domain>
```
Чтобы быстро подготовить запись для `docs/staging-regression-notes.md`:
```bash
just staging-note-block <domain> <deploy-sha> "codex + operator"
```