1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-10 00:28:36 +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" skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags # regex for ignoring tags
ignore_tags = "" ignore_tags = ""
# sort the tags topologically # sort the tags chronologically
topo_order = false date_order = true
# sort the commits inside sections by oldest/newest order # sort the commits inside sections by oldest/newest order
sort_commits = "oldest" sort_commits = "oldest"