mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -04:00
Version bump in appdata.xml
This commit is contained in:
parent
27aa747e3c
commit
fe809b29e8
2 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@ Before making a release, you must update the version in these places:
|
||||||
- [ ] `cli/onionshare_cli/resources/version.txt`
|
- [ ] `cli/onionshare_cli/resources/version.txt`
|
||||||
- [ ] `desktop/pyproject.toml` (under `version` and **don't forget** the `./onionshare_cli-$VERSION-py3-none-any.whl` dependency)
|
- [ ] `desktop/pyproject.toml` (under `version` and **don't forget** the `./onionshare_cli-$VERSION-py3-none-any.whl` dependency)
|
||||||
- [ ] `desktop/src/setup.py`
|
- [ ] `desktop/src/setup.py`
|
||||||
|
- [ ] `desktop/src/org.onionshare.OnionShare.appdata.xml`
|
||||||
- [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too)
|
- [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too)
|
||||||
- [ ] `snap/snapcraft.yaml`
|
- [ ] `snap/snapcraft.yaml`
|
||||||
|
|
||||||
|
@ -41,7 +42,7 @@ Finalize localization:
|
||||||
|
|
||||||
You also must edit these files:
|
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
|
- [ ] `desktop/src/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
|
- [ ] `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`:
|
Make sure snapcraft packaging works. In `snap/snapcraft.yaml`:
|
||||||
|
|
|
@ -24,6 +24,6 @@
|
||||||
<update_contact>micah@micahflee.com</update_contact>
|
<update_contact>micah@micahflee.com</update_contact>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release type="development" date="2021-08-20" version="2.3.3" />
|
<release type="development" date="2021-09-10" version="2.4.dev1" />
|
||||||
</releases>
|
</releases>
|
||||||
</component>
|
</component>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue