diff --git a/README.md b/README.md index 59ad314..f10b4f4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ changeloguru generate --version v1.0.0 # Generate changelog v2.0.0 from HEAD to tag v1.0.0 changeloguru generate --to v1.0.0 --version v2.0.0 + +# Generate changelog in dry run mode (without changing anything) +changeloguru generate --to v1.0.0 --version v2.0.0 --dry-run + +# Generate changelog only for scope +changeloguru generate --to v1.0.0 --version v2.0.0 --scope projectA --scope projectB ``` ## Thanks