Signed-off-by: Mike Holmes <[email protected]> --- doc/process-guide/release-guide.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/doc/process-guide/release-guide.adoc b/doc/process-guide/release-guide.adoc index 60ef769..9a99c5a 100644 --- a/doc/process-guide/release-guide.adoc +++ b/doc/process-guide/release-guide.adoc @@ -138,6 +138,18 @@ made every month if sufficient change has accumulated. === Implementation (Impl) === Platform specific free form text relating to the version. +=== Long Term Stable (LTS) === +Long term stable releases are picked by the steering committee. +When the API in master is considered an LTS candidate it will be tagged with a +release name and RC1 for the initial release candidate. + +* This release will be branched so that development may continue on master. +* The release candidate will continue incrementing as necessary until a minimum +of two hardware platforms are able to pass the validation suite, at this point +the API is considered stable and it will be tagged as the long term stable API. +* This stable branch will receive bug fixes for the LNG supported platforms for +a minimum of one year. + == Deprecating part of the API Deleting or changing the published API follows the normal <<anchor-1,process>>, with the following additional rules: -- 2.5.0 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
