Skip to content

Commit 499a93b

Browse files
authored
Create version.json
1 parent 41db08f commit 499a93b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

version.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
{
3+
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
4+
"version": "1.0-beta",
5+
"publicReleaseRefSpec": [
6+
"^refs/heads/master$",
7+
"^refs/heads/v\\d+(?:\\.\\d+)?$"
8+
],
9+
"cloudBuild": {
10+
"buildNumber": {
11+
"enabled": false
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)