From fb8d1d0e4480204a0134aa55a2eaf36f05a71d84 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Fri, 11 Mar 2022 10:17:11 +0000 Subject: [PATCH] Setup version.json for first non-pre release --- version.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 2eb5b681..b951160a 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,8 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.8-pre", - "gitCommitIdShortFixedLength": 6 + "version": "2.8", + "gitCommitIdShortFixedLength": 6, + "publicReleaseRefSpec": [ + "^refs/heads/master$" + ] } \ No newline at end of file