diff --git a/version.json b/version.json index 0a44f619..555ac462 100644 --- a/version.json +++ b/version.json @@ -1,9 +1,11 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.2.0", + "version": "0.1.2", "publicReleaseRefSpec": [ "^refs/heads/main$", - "^refs/heads/v\\d+(?:\\.\\d+)?$" + "^refs/heads/v\\d+(?:\\.\\d+)?$", + "^refs/heads/release/v\\d+\\.\\d+\\.\\d+$", + "^refs/tags/v\\d+\\.\\d+\\.\\d+(-(alpha|beta|rc)(\\.\\d+)?)?$" ], "cloudBuild": { "buildNumber": {