From 04208dd3ce52d86677d34882c73408efb776ba0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Iv=C3=A1n=20L=C3=B3pez=20Gonz=C3=A1lez?= Date: Fri, 22 Dec 2023 13:26:25 +0000 Subject: [PATCH] Update versioning doc --- doc/versioning.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/versioning.md b/doc/versioning.md index c1599764..b32d7ccf 100644 --- a/doc/versioning.md +++ b/doc/versioning.md @@ -61,7 +61,12 @@ bumped in *master* to *5.0.33*. 1. The feature/fix is implemented into the *master* branch and the patch version is increased to *5.0.33*. -### Example 4: a new major version (e.g., SLE 16) +### Example 4: add a new service pack + +1. A new branch *SLE-15-SP2* is created from *SLE-15-SP1*. +2. The first version in this new branch will be *4.2.0*. + +### Example 5: a new major version (e.g., SLE 16) 1. A new branch *SLE-16-GA* is created from *master*. This new branch will continue with versions *5.0.X*. Its first change will have version *5.0.33*.