Skip to content

Commit

Permalink
chore(changelog): update git-cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 11, 2024
1 parent f01454a commit e0b9d4c
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
Expand Up @@ -101,8 +101,8 @@ commit_parsers = [
# regex for matching git tags
tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "beta|alpha|rc"
skip_tags = "beta|alpha"
# regex for ignoring tags
ignore_tags = ""
ignore_tags = "rc"
# sort the commits inside sections by oldest/newest order
sort_commits = "newest"

0 comments on commit e0b9d4c

Please sign in to comment.