add tag support
This commit is contained in:
parent
f78c86b8af
commit
f29e22bf64
3 changed files with 11 additions and 1 deletions
|
|
@ -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+"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue