Skip to content

Commit

Permalink
Bump version (and set cloud build number)
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 24, 2017
1 parent 781bfce commit ba5f835
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1",
"version": "1.2",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/tags/v\\d\\.\\d" // we also release tags starting with vN.N
]
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
}
}

0 comments on commit ba5f835

Please sign in to comment.