Skip to content

Commit e912c59

Browse files
committed
Ship stable versions from release branches
1 parent bf92605 commit e912c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

version.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "2.5",
44
"publicReleaseRefSpec": [
5-
"^refs/heads/master$"
5+
"^refs/heads/master$",
6+
"^refs/heads/v\\d+(?:\\.\\d+)?$"
67
]
78
}

0 commit comments

Comments
 (0)