Explorar el Código

update branch spec in version.json

Oren Novotny hace 6 años
padre
commit
515ec79c44
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Rx.NET/Source/version.json

+ 2 - 1
Rx.NET/Source/version.json

@@ -2,7 +2,8 @@
   "version": "4.2.0-preview.{height}",
   "publicReleaseRefSpec": [
     "^refs/heads/master$", // we release out of master
-    "^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with rel/vN.N
+    "^refs/heads/rel/v\\d+\\.\\d+", // we also release branches starting with rel/vN.N
+    "^refs/heads/rel/rx-v\\d+\\.\\d+" // we also release branches starting with rel/vN.N
   ],
   "nugetPackageVersion":{
     "semVer": 2