add tag support

This commit is contained in:
Boshi Lian 2022-04-04 02:17:29 +00:00
parent f78c86b8af
commit f29e22bf64
3 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.7",
"publicReleaseRefSpec": [
"^refs/heads/master$"
"^refs/heads/master$",
"^refs/tags/v\\d+\\.\\d+\\.\\d+"
]
}