Compare commits

...

1 Commits

Author SHA1 Message Date
pitchum a461444bed make version (instead of make release) 2023-10-08 13:53:45 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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?}/
```