1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-01 21:05:17 +03:00

chore(config): update config

This commit is contained in:
orhun 2021-06-14 23:20:21 +03:00
parent ca12c0cc19
commit 6990b8f399
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -23,7 +23,7 @@ body = """
"""
# changelog footer
footer = """
<!-- generated by git-cliff -->\n
<!-- generated by git-cliff -->
"""
# remove the leading and trailing whitespaces from the template
trim = true
@ -50,4 +50,4 @@ filter_commits = false
# glob pattern for matching git tags
tag_pattern = "v[0-9]*"
# regex for skipping tags
skip_tags = "v0.1.0"
skip_tags = "v0.1.0*"