From 62e5baa1c3b483e02d45babd775092a7900c29ad Mon Sep 17 00:00:00 2001 From: Saptak Sengupta Date: Tue, 13 Feb 2024 13:40:08 +0530 Subject: Update RELEASE.md --- RELEASE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 035dd3f8..6fa689f8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -85,7 +85,7 @@ To test locally: - Build snap with: `snapcraft` - Install with: `sudo snap install ./onionshare_${VERSION}_amd64.snap --devmode` -To in the edge branch: +To test in the edge branch: With every commit to the `main` branch, Snapcraft's CI should trigger builds. Make sure the builds all succeeded at https://snapcraft.io/onionshare/builds (you must be logged in), and test them. You can install them with: `snap install onionshare --edge` @@ -98,7 +98,7 @@ In `flatpak/org.onionshare.OnionShare.yaml`: ```sh cd flatpak-builder-tools/go - # For each these, incorporate the output into the Flatpak maniest + # For each these, incorporate the output into the Flatpak manifest # Make sure to update the version numbers ./flatpak-go-deps.py git.torproject.org/pluggable-transports/meek.git/meek-client@v0.38.0 ./flatpak-go-deps.py git.torproject.org/pluggable-transports/snowflake.git/client@v2.6.0 @@ -124,7 +124,7 @@ In `flatpak/org.onionshare.OnionShare.yaml`: ```sh flatpak-builder build --force-clean --jobs=$(nproc) --install-deps-from=flathub --install --user flatpak/org.onionshare.OnionShare.yaml flatpak run org.onionshare.OnionShare -``` + ``` ### Create a signed git tag -- cgit v1.2.3-54-g00ecf