Skip to content

Commit

Permalink
Create release branch v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0llo committed Aug 5, 2018
1 parent 031df8a commit e9032fb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.0-prerelease",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/v\\d+\\.\\d+"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
}
}
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.0",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/v\\d+\\.\\d+"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
}
}

0 comments on commit e9032fb

Please sign in to comment.