aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-01-17 12:56:39 -0800
committerMicah Lee <micah@micahflee.com>2022-01-17 12:56:39 -0800
commit1385aa068f1ef41f67a0cee4eff61bc126346d4e (patch)
treef5c4dd2fbb42a0d082ba3bd03714223dddcba9ff /RELEASE.md
parent9566e34a0b844d210822d5b8d817f9ca6e6cb92f (diff)
downloadonionshare-1385aa068f1ef41f67a0cee4eff61bc126346d4e.tar.gz
onionshare-1385aa068f1ef41f67a0cee4eff61bc126346d4e.zip
Make snapcraft workv2.5
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 86b93e01..4e8da66b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,6 +9,7 @@ Before making a release, you must update the version in these places:
- [ ] `cli/pyproject.toml`
- [ ] `cli/onionshare_cli/resources/version.txt`
- [ ] `desktop/pyproject.toml`
+- [ ] `desktop/setup.py`
- [ ] `desktop/org.onionshare.OnionShare.appdata.xml`
- [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too)
- [ ] `snap/snapcraft.yaml`
@@ -47,7 +48,7 @@ You also must edit these files:
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`
+- [ ] All python packages in the `onionshare` part should be updated to match `desktop/pyproject.toml`
- [ ] Test the snap package, ensure it works
Finally: