diff --git a/.github/cliff.toml b/.github/cliff.toml index fabbb41..4b672d5 100644 --- a/.github/cliff.toml +++ b/.github/cliff.toml @@ -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 = """ @@ -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