From 3c1992d37440f53c541179e7538ce1546b03f0f9 Mon Sep 17 00:00:00 2001 From: kenji-miyake Date: Sat, 26 Feb 2022 04:10:37 +0000 Subject: [PATCH] chore: sync files Signed-off-by: GitHub --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index b4d7ad6..339e48e 100644 --- a/cliff.toml +++ b/cliff.toml @@ -57,7 +57,7 @@ commit_parsers = [ # filter out the commits that are not matched by commit parsers filter_commits = false # glob pattern for matching git tags -tag_pattern = "v[0-9]*" +tag_pattern = "v[0-9]*.[0-9]*.[0-9]*" # regex for skipping tags skip_tags = "v0.0.0" # regex for ignoring tags