phpvms/version.json
2026-03-18 23:17:18 +01:00

27 lines
672 B
JSON

{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "8.0-alpha.{height}",
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/releases/v\\d+(?:\\.\\d+)?$"],
"release": {
"branchName": "releases/v{version}",
"versionIncrement": "build",
"firstUnstableTag": "alpha"
},
"cloudBuild": {
"buildNumber": {
"enabled": true
},
"setVersionVariables": true,
"setAllVariables": true
},
"pathFilters": [
":!/.config",
":!/.github",
":!/build",
":!/modules",
":!/storage",
":!/tests",
":!/version.json"
]
}