Skip to content

Commit

Permalink
version.json: correct our maint branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Jun 11, 2018
1 parent d9c9c75 commit 2fa4860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.26.0-preview.{height}",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/v\\d+(?:\\.\\d+)?$" // we also release out of vNN branches
"^refs/heads/master$", // we release out of master
"^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches
],
"cloudBuild": {
"buildNumber": {
Expand Down

0 comments on commit 2fa4860

Please sign in to comment.