Skip to content

Commit

Permalink
docs(website): add note about incompatibility with output to prepend arg
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <antoncengelhardt@icloud.com>
  • Loading branch information
antonengelhardt committed May 25, 2024
1 parent 9729624 commit f3ccfa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/usage/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Prepend new changes to an existing changelog file:
```bash
# 1- changelog header is removed from CHANGELOG.md
# 2- new entries are prepended to CHANGELOG.md without footer part
# the --prepend option is incompatible with -o (output)
git cliff --unreleased --tag 1.0.0 --prepend CHANGELOG.md
```

Expand Down

0 comments on commit f3ccfa5

Please sign in to comment.