mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-04 05:35:40 +00:00
8 lines
319 B
JSON
8 lines
319 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
|
"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
|
|
],
|
|
} |