phpvms/version.json
Nabeel Shahzad e3771e087d
chore: remove outdated release notes step and add GitVersioning configuration
Signed-off-by: Nabeel Shahzad <nabeelio@users.noreply.github.com>
2025-08-13 11:33:05 -05:00

30 lines
685 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"
]
}