init: add documantation

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-10-27 13:35:47 +01:00
commit 9e98700eb8
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
4 changed files with 36 additions and 0 deletions

15
docs/release/.template.md Normal file
View file

@ -0,0 +1,15 @@
# NAME VERSION
## Upgrade Procedure
```
git fetch --all
git checkout VERSION
docker compose pull
docker compose up -d
```
## Release feature
- ...
- ...