This commit is contained in:
ridomin 2019-05-07 00:23:27 -07:00 коммит произвёл Ricardo Minguez (Rido)
Родитель a1f08d0c95
Коммит 0b1f29bcb3
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,8 +1,8 @@
{
"version": "1.0",
"version": "1.1",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/develop$", // we release out of develop
"^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N
"^refs/heads/master$",
"^refs/heads/develop$",
"^refs/heads/rel/v\\d+\\.\\d+"
]
}
}