Skip to content

Commit

Permalink
misc(dev): Update cliff.toml to use a regular expression for `tag_p…
Browse files Browse the repository at this point in the history
…attern`.

This is required due to orhun/git-cliff#318.
  • Loading branch information
zedseven committed Jan 17, 2024
1 parent 4e1df65 commit e4869be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
@@ -58,8 +58,8 @@ commit_parsers = [
protect_breaking_commits = true
# Filter out the commits that are not matched by commit parsers
filter_commits = false
# Glob pattern for matching git tags
tag_pattern = "*"
# Regex for matching git tags
tag_pattern = ".*"
# Regex for skipping tags
skip_tags = ""
# Regex for ignoring tags

0 comments on commit e4869be

Please sign in to comment.