From: Jérôme Benoit Date: Fri, 5 Jul 2024 00:26:58 +0000 (+0200) Subject: docs: format 'Branching model' section in README.md X-Git-Tag: ocpp-server@v1.4.2~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3196db2fbe206231fc0ee7d7947b19937a23ce42;p=e-mobility-charging-stations-simulator.git docs: format 'Branching model' section in README.md Signed-off-by: Jérôme Benoit --- 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