Merge "Clarifying project branching model in CONTRIBUTING.rst"
This commit is contained in:
commit
79c6c886a8
@ -62,6 +62,7 @@
|
||||
- ^doc/.*
|
||||
- ^README.rst
|
||||
- ^validations_libs/.*
|
||||
- ^CONTRIBUTING.rst
|
||||
- validations-libs-functional
|
||||
- tripleo-ci-centos-9-undercloud-containers: &undercloud_containers_job_params
|
||||
dependencies:
|
||||
|
@ -17,3 +17,15 @@ Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
Validations are meant to verify functionality of tripleo systems.
|
||||
Therefore a special care should be given to testing your code before submitting a review.
|
||||
|
||||
Branches and version management
|
||||
===============================
|
||||
Validation Framework project uses semantic versioning and derives names of stable branches
|
||||
from the released minor versions. The latest minor version released is the only exception
|
||||
as it is derived from the `master` branch.
|
||||
|
||||
Therefore, all code used by version 1.n.* of the project resides in `stable/1.n` branch,
|
||||
and when version 1.(n+1) is released, new branch `stable/1.(n+1)` will be created.
|
||||
|
||||
By default, stable branches recieve only bug fixes and feature backports are decided on case basis
|
||||
after all the necessary discussions and procedures have taken place.
|
||||
|
Loading…
Reference in New Issue
Block a user