From 4cca7d81c33dc65ab023b8326b0823cd1888566b Mon Sep 17 00:00:00 2001 From: Kory Kaai <69431357+kory-kaai@users.noreply.github.com> Date: Wed, 19 Aug 2026 23:32:36 +0200 Subject: [PATCH] docs: expand dry-run tip with repomark Co-authored-by: TopDaily Dev <315340167+topdaily-dev@users.noreply.github.com> --- docs/tips/dry-run.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tips/dry-run.md b/docs/tips/dry-run.md index e610398..1c13517 100644 --- a/docs/tips/dry-run.md +++ b/docs/tips/dry-run.md @@ -1,3 +1,8 @@ # Dry run Use `--dry-run` on release/ship/publish to preview without side effects. + +```bash +npx @topdaily-dev/shipkit release --patch --dry-run +npx @topdaily-dev/repomark fix . --dry-run +```