chore: add interactive mode in how to

main
sudo pacman -Syu 2022-10-10 10:11:18 +07:00
parent f984cfd03f
commit d8d012c04a
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ changeloguru generate --version v2.0.0 --to v1.0.0 --dry-run
# Generate changelog only for scope
changeloguru generate --version v2.0.0 --to v1.0.0 --scope projectA --scope projectB
# Generate changelog in interactive mode (with instruction) and auto push commit, tag
changeloguru generate -i --auto-commit --auto-tag --auto-push
```
## Thanks