Skip to content

Commit

Permalink
refactor(config): remove unnecessary newline from configs
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Nov 14, 2023
1 parent 9b5ab75 commit 8edec7f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/cocogitto.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/detailed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/keepachangelog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/scoped.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/scopesorted.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/unconventional.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8edec7f

Please sign in to comment.