Skip to content

Commit

Permalink
docs(website): add more context about ignore_tags matching commits (#…
Browse files Browse the repository at this point in the history
…710)

Signed-off-by: Bukowa <gitbukowa@gmail.com>
  • Loading branch information
bukowa authored Jun 26, 2024
1 parent 95c8138 commit 854b411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/configuration/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ This value can be also overridden with using the `--ignore-tags` argument.

While `skip_tags` drop commits from the changelog, `ignore_tags` include ignored commits into the next tag.

* Note that if a commit has multiple tags, any matched tag will result in all associated tags being ignored, including those not explicitly matched by the regex. This is because git-cliff processes tags at the commit level rather than individually.
For more details, you can view the discussion [here](https://github.com/orhun/git-cliff/discussions/707)

### topo_order

If set to `true`, tags are processed in topological order instead of chronological.
Expand Down

0 comments on commit 854b411

Please sign in to comment.