From 072f6d74ba9fed3ddff0f38b014ffbcf0ce6c69e Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Mon, 25 Nov 2024 01:34:11 +0100 Subject: [PATCH] chore(git-sync): auto-applied changelog this file was auto-applied from pulumi located here: - https://github.com/octodns-infomaniak/.github Signed-off-by: Ludovic Ortega --- .github/cliff.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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