Include git version height in the prerelease tag.

This commit is contained in:
Mohammadreza Taikandi 2020-12-24 07:23:11 +00:00
parent 214bdaf427
commit 6143faaa82
1 changed files with 1 additions and 1 deletions

View File

@ -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+)?$"