Skip to content

Commit

Permalink
Update version scheme (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored Jun 9, 2018
1 parent 80b0ea6 commit e2cc9f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"version": "2.2.1-preview.{height}",
"version": "2.3",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/dev$", // we release out of develop
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
"^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with rel/vN.N
],
"nugetPackageVersion":{
"semVer": 2
Expand Down

0 comments on commit e2cc9f7

Please sign in to comment.