Files
dotnet-packaging/version.json

8 lines
319 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
2018-08-31 11:03:02 +02:00
"version": "0.1",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
}