chore(reamde): add --dry-run and --scope flag in guide

main
Tran Hau 2021-04-14 10:10:17 +00:00
parent ab4ec67925
commit 021275bf93
1 changed files with 6 additions and 0 deletions

View File

@ -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