зеркало из
1
0
Форкнуть 0
This commit is contained in:
Aman Bhardwaj 2019-11-23 14:52:19 -08:00 коммит произвёл GitHub
Родитель 919eb62bf0
Коммит 220dc9416d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -19,7 +19,7 @@ We reserve the right to close PRs that are not making progress. If no changes ar
### <a name="BranchingInformation"></a>Branching Information
All development for future releases happen in the develop branch.
A new branch is forked off of develop branch for each release to stabilize it before final release. (eg. release_3.1 branch represents the 3.1.* release).
A new branch is forked off of develop branch for each release to stabilize it before final release. (eg. release_4.0 branch represents the 4.0.* release).
A bug fix in an already released version is made both to its release branch and to develop branch so that its available in refresh of the release and for future new releases.
### Contributor License Agreement