Updated Release Process (markdown)

Daniel Markstedt 2024-04-29 20:10:25 +09:00
parent 33912202e4
commit 1bd71f9eb5
1 changed files with 10 additions and 0 deletions

@ -25,7 +25,17 @@ git pull
git reset --hard HEAD
```
# Refresh Web UI translations
```
cd python/web
./translation_update.sh
```
Verify that the Web UI can still start up. Then commit the changes to po files under `python/web/src/translations` .
# Update the version number
```
vim cpp/shared/piscsi_version.cpp
```