Release v2.5.0-beta.1 (#5303)

This commit is contained in:
pajlada
2024-04-07 12:03:14 +02:00
committed by GitHub
parent 2ea24c1a9d
commit 25a69fd10e
6 changed files with 11 additions and 4 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
- [ ] Add a new release at the top of the `releases` key in `resources/com.chatterino.chatterino.appdata.xml`
This cannot use dash to denote a pre-release identifier, you have to use a tilde instead.
- [ ] Updated version code in `.CI/chatterino-installer.iss`
- [ ] Updated version code in `.CI/chatterino-installer.iss`
This can only be "whole versions", so if you're releasing `2.4.0-beta` you'll need to condense it to `2.4.0`
- [ ] Update the changelog `## Unreleased` section to the new version `CHANGELOG.md`
Make sure to leave the `## Unreleased` line unchanged for easier merges