1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 15:05:30 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Mateusz Kurowski
6ded51e6b7
Merge 775336d479 into 3eb828e69a 2024-06-24 20:49:25 +02:00
Bukowa
775336d479
docs(website): add information about ignore_tags matching commits
Signed-off-by: Bukowa <gitbukowa@gmail.com>
2024-06-15 23:05:48 +02:00

View File

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