aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-06-01 16:27:08 -0700
committerGitHub <noreply@github.com>2021-06-01 16:27:08 -0700
commitf1135b32816ec19d2e23c5105a0a8f5006a1cfba (patch)
tree6af698f96fcc59f1c7868d552e104db8c1e2aaaa /RELEASE.md
parentead2825327e0e65f834b49cc438dc4f6b2a63c43 (diff)
parent1599ff06c887c38b933dc336d0579b1616843709 (diff)
downloadonionshare-f1135b32816ec19d2e23c5105a0a8f5006a1cfba.tar.gz
onionshare-f1135b32816ec19d2e23c5105a0a8f5006a1cfba.zip
Merge pull request #1372 from micahflee/version-2.3.2v2.3.2
Version 2.3.2
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index e69a8184..72cef7dd 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -14,7 +14,7 @@ Before making a release, you must update the version in these places:
- [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too)
- [ ] `snap/snapcraft.yaml`
-If you update flask-socketio, ensure that you also update the [socket.io.min.js](https://github.com/micahflee/onionshare/blob/develop/cli/onionshare_cli/resources/static/js/socket.io.min.js) file to a version that is [supported](https://flask-socketio.readthedocs.io/en/latest/#version-compatibility) by the updated version of flask-socketio.
+If you update `flask-socketio`, ensure that you also update the [socket.io.min.js](https://github.com/micahflee/onionshare/blob/develop/cli/onionshare_cli/resources/static/js/socket.io.min.js) file to a version that is [supported](https://flask-socketio.readthedocs.io/en/latest/#version-compatibility) by the updated version of `flask-socketio`.
Use tor binaries from the latest Tor Browser:
@@ -28,6 +28,7 @@ Update the documentation:
Finalize localization:
- [ ] Merge all the translations from weblate
+- [ ] In `docs` run `poetry run ./check-weblate.py [API_KEY]` to see which translations are >90% in the app and docs
- [ ] Edit `cli/onionshare_cli/settings.py`, make sure `self.available_locales` lists only locales that are >90% translated
- [ ] Edit `docs/source/conf.py`, make sure `languages` lists only languages that are >90% translated
- [ ] Edit `docs/build.sh` and make sure `LOCALES=` lists the same languages as above, in `docs/source/conf.py`