From 3bfcf9517239390f2db4939b77d513132f011c6b Mon Sep 17 00:00:00 2001 From: Kory Kaai <69431357+kory-kaai@users.noreply.github.com> Date: Wed, 19 Aug 2026 23:29:30 +0200 Subject: [PATCH] docs: pair preflight tip with repomark check Co-authored-by: TopDaily Dev <315340167+topdaily-dev@users.noreply.github.com> --- docs/tips/preflight.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tips/preflight.md b/docs/tips/preflight.md index d61faa8..93bbda2 100644 --- a/docs/tips/preflight.md +++ b/docs/tips/preflight.md @@ -1,3 +1,10 @@ # Preflight Run `npx @topdaily-dev/shipkit preflight` before cutting a release. + +Pair with repo health checks: + +```bash +npx @topdaily-dev/repomark check . +npx @topdaily-dev/shipkit preflight +```