Skip to content

Commit

Permalink
chore(git-sync): auto-applied (#16)
Browse files Browse the repository at this point in the history
This PR is auto-generated by https://github.com/M0NsTeRRR/.github.

---------

Signed-off-by: Ludovic Ortega <[email protected]>
Co-authored-by: Ludovic Ortega <[email protected]>
  • Loading branch information
github-actions[bot] and M0NsTeRRR authored Nov 25, 2024
1 parent a236966 commit 8ea6c08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

[changelog]
# template for the changelog footer
header = """
# Changelog\n
"""
header = ""
# template for the changelog body
# https://keats.github.io/tera/docs/#introduction
body = """
Expand Down Expand Up @@ -103,7 +101,7 @@ protect_breaking_commits = false
# filter out the commits that are not matched by commit parsers
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
tag_pattern = "v?[0-9].[0-9].[0-9]"
# regex for skipping tags
skip_tags = "beta|alpha"
# regex for ignoring tags
Expand Down

0 comments on commit 8ea6c08

Please sign in to comment.