feat: dataease 增加 v2 版本 (#688)

This commit is contained in:
zhengkunwang
2023-12-07 21:26:11 +08:00
committed by GitHub
parent e0924f9bd3
commit f9dccb5539
5 changed files with 104 additions and 1 deletions
+8
View File
@@ -37,6 +37,14 @@
{
"matchFileNames": ["apps/elasticsearch/8.*/*.yml"],
"allowedVersions": "/^8.*/"
},
{
"matchFileNames": ["apps/dataease/1.18.*/*.yml"],
"allowedVersions": "/^1.18.*/"
},
{
"matchFileNames": ["apps/dataease/2.*/*.yml"],
"allowedVersions": "/^2.*/"
}
],
"prCreation": "immediate"