From 28171f0f98f0980f9b0a6d3ca89ed3d6c70eb0ef Mon Sep 17 00:00:00 2001 From: orhun Date: Sun, 20 Jun 2021 00:12:23 +0300 Subject: [PATCH] chore(config): update the skip_tags regex --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index d06ad55d21..84312745ba 100644 --- a/cliff.toml +++ b/cliff.toml @@ -50,4 +50,4 @@ filter_commits = false # glob pattern for matching git tags tag_pattern = "v[0-9]*" # regex for skipping tags -skip_tags = "v0.1.0*" +skip_tags = "v0.1.0-beta.1"