1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-07 23:01:59 +02:00

build(cliff): apply latest breaking changes to git-cliff config

This commit is contained in:
Niko Köser 2022-02-13 18:25:51 +01:00
parent b75ebd1003
commit 64c7cf9735
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

View File

@ -57,7 +57,7 @@ tag_pattern = "v[0-9]*"
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags
ignore_tags = ""
# sort the tags topologically
topo_order = false
# sort the tags chronologically
date_order = true
# sort the commits inside sections by oldest/newest order
sort_commits = "oldest"