aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-17 14:08:10 -0700
committerMicah Lee <micah@micahflee.com>2021-09-17 14:08:10 -0700
commitc3f720a7b9cde55c9dd4371c0cd24d32a18e5254 (patch)
tree17ecd4cd2d2c076f450194eff55db46c4ba75bbf /RELEASE.md
parenta291aa58430074ab29dd333368466f72c2199c03 (diff)
downloadonionshare-c3f720a7b9cde55c9dd4371c0cd24d32a18e5254.tar.gz
onionshare-c3f720a7b9cde55c9dd4371c0cd24d32a18e5254.zip
Start building Qt5 and PySide2 in snapcraft package instead of installing from PyPisnapcraft-multiarch
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 948b5713..a86842b5 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -50,6 +50,7 @@ Make sure snapcraft packaging works. In `snap/snapcraft.yaml`:
- [ ] The `tor`, `libevent`, and `obfs4` parts should be updated if necessary
- [ ] All python packages should be updated to match `cli/pyproject.toml` and `desktop/pyproject.toml`
- [ ] Test the snap package, ensure it works
+- [ ] Change `grade: devel` to `grade: stable`
Finally:
@@ -90,12 +91,7 @@ Run the OnionShare snap locally:
/snap/bin/onionshare.cli # CLI version
```
-Upload the to Snapcraft:
-
-```sh
-snapcraft login
-snapcraft upload --release=stable onionshare_$VERSION_amd64.snap
-```
+Login to snapcraft.io, wait for the CI builds to finish, and then in the Releases tab promote the release to stable.
## Linux AppImage release