Skip to content

Commit 5199c83

Browse files
committed
v0.25: update version.json
1 parent 33effc0 commit 5199c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.25.0",
3+
"version": "0.25.2",
44
"publicReleaseRefSpec": [
5-
"^refs/heads/master$", // we release out of master
6-
"^refs/heads/v\\d+(?:\\.\\d+)?$" // we also release out of vNN branches
5+
"^refs/heads/master$", // we release out of master
6+
"^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches
77
],
88
"cloudBuild": {
99
"buildNumber": {

0 commit comments

Comments
 (0)