From 0154c8477c38619ebde2c7128c7704e5afb084e3 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 8 Nov 2020 20:45:54 -0800 Subject: Version bump to 2.3.dev2, and update Linux installation in docs --- RELEASE.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'RELEASE.md') diff --git a/RELEASE.md b/RELEASE.md index 3bf24a6b..d0c31770 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,6 +12,16 @@ Before making a release, you must update the version in these places: - [ ] `desktop/pyproject.toml` (under `version` and the `./onionshare_cli-$VERSION-py3-none-any.whl` dependency) - [ ] `desktop/src/setup.py` - [ ] `docs/source/conf.py` +- [ ] `snap/snapcraft.yaml` + +Update the documentation: + +- [ ] Update all of the documentation in `docs` to cover new features, including taking new screenshots if necessary + +You also must edit these files: + +- [ ] `desktop/src/org.onionshare.OnionShare.appdata.xml` should have the correct version, release date, and links to correct screenshots +- [ ] `CHANGELOG.md` should be updated to include a list of all major changes since the last release Make sure snapcraft packaging works. In `snap/snapcraft.yaml`: @@ -47,15 +57,6 @@ mv python3-modules.json onionshare.json # - onionshare.json ``` -Update the documentation: - -- [ ] Update all of the documentation in `docs` to cover new features, including taking new screenshots if necessary - -You also must edit these files: - -- [ ] `desktop/install/org.onionshare.OnionShare.appdata.xml` should have the correct release date, and links to correct screenshots -- [ ] `CHANGELOG.md` should be updated to include a list of all major changes since the last release - Finally: - [ ] There must be a PGP-signed git tag for the version, e.g. for OnionShare 2.1, the tag must be `v2.1` -- cgit v1.2.3-54-g00ecf