mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
|
|
{
|
|
"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": []
|
|
}
|
|
],
|
|
"website": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": ["frontend/**", "json/**"],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"maintenance": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": ["*.md", ".github/**"],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"high risk": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": ["misc/build.func", "misc/install.func"],
|
|
"excludeGlobs": []
|
|
}
|
|
]
|
|
} |