Skip to content

Commit

Permalink
docs: format 'Branching model' section in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Jul 5, 2024
1 parent 9880e6f commit 3196db2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3196db2

Please sign in to comment.