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