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

refactor(config): remove unnecessary newline from configs

This commit is contained in:
Orhun Parmaksız 2023-11-14 17:07:49 +03:00
parent 9b5ab7521b
commit 8edec7fd50
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
8 changed files with 0 additions and 8 deletions

View File

@ -92,7 +92,6 @@ protect_breaking_commits = false
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "beta|alpha"
# regex for ignoring tags

View File

@ -70,7 +70,6 @@ protect_breaking_commits = false
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags

View File

@ -80,7 +80,6 @@ protect_breaking_commits = false
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags

View File

@ -67,7 +67,6 @@ protect_breaking_commits = false
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags

View File

@ -56,7 +56,6 @@ protect_breaking_commits = false
filter_commits = true
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags

View File

@ -58,7 +58,6 @@ protect_breaking_commits = false
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags

View File

@ -71,7 +71,6 @@ protect_breaking_commits = false
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags

View File

@ -56,7 +56,6 @@ protect_breaking_commits = false
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags