From a461444bed4c3e80825c5faeb6822c23efaa70ab Mon Sep 17 00:00:00 2001 From: pitchum Date: Sun, 8 Oct 2023 13:53:02 +0000 Subject: [PATCH] make version (instead of make release) --- README.chapril.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.chapril.md b/README.chapril.md index ec1b0d11e..33d83d962 100644 --- a/README.chapril.md +++ b/README.chapril.md @@ -12,6 +12,6 @@ git checkout -b v${V?}-chapril nvm install make dist # [... Tester les livrables présents dans dist/, et si tout est ok :] -make release VERSION=${V?}-chapril +make version VERSION=${V?}-chapril rsync -av dist/ chapril-xmpp:/var/www/xmpp.chapril.org/public_html/dist-custom-chapril-${V?}/ ```