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 +```