From 6143faaa823702797d49a37e0b7b23d089314666 Mon Sep 17 00:00:00 2001 From: Mohammadreza Taikandi Date: Thu, 24 Dec 2020 07:23:11 +0000 Subject: [PATCH] Include git version height in the prerelease tag. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 2ffb03f..4a46fd2 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.0-alpha", + "version": "1.0.0-alpha.{height}", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"