release: docs: update doc to use tools

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-10-27 13:54:09 +01:00
commit aa4febcd2c
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@
- [how to dev](./dev.md)
- [how to release](./release.md)
# Release list
## Release list

View file

@ -8,5 +8,5 @@ update all necessary file :
- ./docs/README.md
- ./.env
curl https://git.g3e.fr/H6N/tools/raw/branch/main/scripts/release.sh | bash -s -
curl https://git.g3e.fr/H6N/tools/raw/branch/main/scripts/release.sh | bash -s - -u ./docs/README.md
```