chore(readme): remove --include-to, --exclude-to in guide
parent
a9dec8f4b9
commit
8945cabfef
|
@ -20,11 +20,8 @@ changeloguru --help
|
|||
# Generate changelog v1.0.0
|
||||
changeloguru --version v1.0.0
|
||||
|
||||
# Generate changelog v2.0.0 from HEAD to tag v1.0.0 (include commit in tag v1.0.0)
|
||||
changeloguru --include-to v1.0.0 --version v2.0.0
|
||||
|
||||
# Generate changelog v2.0.0 from HEAD to tag v1.0.0 (exclude commit in tag v1.0.0)
|
||||
changeloguru --exclude-to v1.0.0 --version v2.0.0
|
||||
# Generate changelog v2.0.0 from HEAD to tag v1.0.0
|
||||
changeloguru --to v1.0.0 --version v2.0.0
|
||||
```
|
||||
|
||||
## Thanks
|
||||
|
|
Loading…
Reference in New Issue