mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
2cb965d352
Fixed some language ✨stuff✨. Added alternative to httpbin. Updated expected space requirement on Windows. Removed unused VS component on Windows. Moved Qt Creator formatting to Windows docs. Updated nativs link to Qt 6. Added missing language to code blocks. Removed # Description from PR template and added instructions to fix a GitHub issue. Co-authored-by: Wissididom <30803034+Wissididom@users.noreply.github.com> Co-authored-by: pajlada <rasmus.karlsson+github@pajlada.com>
1.4 KiB
1.4 KiB
Checklist for making a release
In the release PR
-
Updated version code in
src/common/Version.hpp
-
Updated version code in
CMakeLists.txt
This can only be "whole versions", so if you're releasing2.4.0-beta
you'll need to condense it to2.4.0
-
Add a new release at the top of the
releases
key inresources/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
-
Update the changelog
## Unreleased
section to the new versionCHANGELOG.md
Make sure to leave the## Unreleased
line unchanged for easier merges
After the PR has been merged
- Tag the release
- Manually run the create-installer workflow.
This is only necessary if the tag was created after the CI in the main branch finished. - Start a manual Launchpad import - scroll down & click Import Now
- Make a PPA release to this repo with the
debchange
command.
debchange -v 2.4.0
then add the changelog entries
debchange --release
then change the distro to beunstable