remove version regex to apply the default semVer

This commit is contained in:
dragos-mateescu-visma 2021-06-09 16:14:27 +03:00 committed by GitHub
parent 13db527fb9
commit 935f1e163a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,6 @@
"commit_changelog": true, "commit_changelog": true,
"comment_changelog": true, "comment_changelog": true,
"pull_request_title_regex": "^Release", "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": [ "group_config": [
{ {
"title": "Bug Fixes", "title": "Bug Fixes",