Skip to content

Commit

Permalink
fixup! Add a git-cliff configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Oct 9, 2024
1 parent e108018 commit 867c77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cliff-weekly-report.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ commit_parsers = [
]
filter_commits = true
tag_pattern = "[0-9]*"
skip_tags = "0.1.0-beta.1"
skip_tags = ""
ignore_tags = ""
date_order = false
sort_commits = "newest"
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ filter_commits = true
# glob pattern for matching git tags
tag_pattern = "[0-9]*"
# regex for skipping tags
skip_tags = "0.1.0-beta.1"
skip_tags = ""
# regex for ignoring tags
ignore_tags = ""
# sort the tags chronologically
Expand Down

0 comments on commit 867c77a

Please sign in to comment.