mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
remove version regex to apply the default semVer
This commit is contained in:
parent
13db527fb9
commit
935f1e163a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/changelog-ci-config.json
vendored
1
.github/workflows/changelog-ci-config.json
vendored
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue