Updated Release Process (markdown)

Daniel Markstedt 2024-04-29 06:01:28 -07:00
parent 725a7816de
commit d8443e197f
1 changed files with 4 additions and 6 deletions

@ -38,6 +38,8 @@ Verify that the Web UI can still start up. Then commit the changes to po files u
git commit -m "Refresh Web UI localizations" ./src/translations
```
Put the "Translation stats" aside for later. We will need them for the release notes.
# Update the version number
```
@ -108,6 +110,8 @@ Set the previous release, then generate the release notes
![image](https://user-images.githubusercontent.com/34318535/233813583-ea092204-d1d8-492e-9694-f042e3c9af9a.png)
Add the boilerplate sections on "How to update", "SD Card Info", and "Translation Stats".
Set this as a pre-release, then publish
![image](https://user-images.githubusercontent.com/34318535/233813637-3fcfbb51-33de-4e44-8b72-5f1a5aa77feb.png)
@ -117,12 +121,6 @@ Have the development team review the release notes as appropriate.
Copy the first few sections of the previous release notes and update as appropriate. Re-generate the translation statistics, etc.
## To re-generate the translation statistics
```
cd ~/piscsi/python/web
./translation_updates.sh
```
# Create the RPi Image
```
cd ~