2024-11-14 13:21:41 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
"breaking change": [
|
|
|
|
{
|
|
|
|
"fileStatus": "renamed",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileStatus": "removed",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"new script": [
|
|
|
|
{
|
|
|
|
"fileStatus": "added",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"update script": [
|
|
|
|
{
|
|
|
|
"fileStatus": "modified",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
|
|
|
"excludeGlobs": ["misc/build.func", "misc/install.func"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"delete script": [
|
|
|
|
{
|
|
|
|
"fileStatus": "removed",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"rename script": [
|
|
|
|
{
|
|
|
|
"fileStatus": "renamed",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
2024-11-17 10:31:13 +00:00
|
|
|
"website": [
|
2024-11-14 13:21:41 +00:00
|
|
|
{
|
|
|
|
"fileStatus": null,
|
2024-11-17 10:31:13 +00:00
|
|
|
"includeGlobs": ["frontend/**", "json/**"],
|
2024-11-14 13:21:41 +00:00
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"maintenance": [
|
|
|
|
{
|
|
|
|
"fileStatus": null,
|
|
|
|
"includeGlobs": ["*.md", ".github/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"high risk": [
|
|
|
|
{
|
|
|
|
"fileStatus": null,
|
|
|
|
"includeGlobs": ["misc/build.func", "misc/install.func"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|