From 935f1e163a1feb55a223f07234b427daeb579d23 Mon Sep 17 00:00:00 2001 From: dragos-mateescu-visma <83346176+dragos-mateescu-visma@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:14:27 +0300 Subject: [PATCH] remove version regex to apply the default semVer --- .github/workflows/changelog-ci-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/changelog-ci-config.json b/.github/workflows/changelog-ci-config.json index 68b91b764..75565acc8 100644 --- a/.github/workflows/changelog-ci-config.json +++ b/.github/workflows/changelog-ci-config.json @@ -4,7 +4,6 @@ "commit_changelog": true, "comment_changelog": true, "pull_request_title_regex": "^Release", - "version_regex": "v?([0-9]{1,2})+[.]+([0-9]{1,2})+[.]+([0-9]{1,2})\\s\\(\\d{1,2}-\\d{1,2}-\\d{4}\\)", "group_config": [ { "title": "Bug Fixes",