From 082592fc222538eec4efeefe65d5c22b44bcef79 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 26 Mar 2021 10:25:52 +0100 Subject: [PATCH] :pencil2: CONTRIBUTING : fix typo on branch model --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6329e5c75..422ee629d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ In this example, when 3.0.0-beta is shipped that will become: And when 3.0.0 final will be out: - `develop`: future 3.1.0 version -- `support/2.8`: 2.8.x maintenance version (will host developments for 3.0.1) +- `support/3.0`: 3.0.x maintenance version (will host developments for 3.0.1) - `support/2.7`: 2.7.x maintenance version - `support/2.6`: 2.6.x maintenance version - `support/2.5`: 2.5.x maintenance version