init: add documantation
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
a9d1e667bd
commit
9e98700eb8
4 changed files with 36 additions and 0 deletions
15
docs/release/.template.md
Normal file
15
docs/release/.template.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# NAME VERSION
|
||||
|
||||
## Upgrade Procedure
|
||||
|
||||
```
|
||||
git fetch --all
|
||||
git checkout VERSION
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Release feature
|
||||
|
||||
- ...
|
||||
- ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue