From 3196db2fbe206231fc0ee7d7947b19937a23ce42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 5 Jul 2024 02:26:58 +0200 Subject: [PATCH] docs: format 'Branching model' section in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ba9efe6..0a406388 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Simple [node.js](https://nodejs.org/) software to simulate and scale a set of ch - [Development prerequisites (optional)](#development-prerequisites-optional) - [Unix](#unix) - [Windows](#windows-1) + - [Branching model](#branching-model) - [Dependencies](#dependencies) - [Initial configuration](#initial-configuration) - [Start simulator](#start-simulator) @@ -95,8 +96,8 @@ Setup [volta](https://volta.sh/) with [pnpm](https://github.com/pnpm/pnpm) packa ### Branching model -The `main` branch is the default development branch. -The `vX` branches are the maintenance branches for the corresponding major version `X`. +The `main` branch is the default development branch. +The `vX` branches are the maintenance branches for the corresponding major version `X`. The `vX.Y` branches are the maintenance branches for the corresponding major and minor version `X.Y`. ### Dependencies -- 2.34.1