a0f9310062
* Update make-release.md documentation * Update changelog * Update `com.chatterino.chatterino.appdata.xml` version * Update `Version.hpp` * Lint make-release.md * Lint again
634 B
634 B
Checklist for making a release
- 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-betayou'll need to condense it to2.4.0 - Updated version code in
resources/com.chatterino.chatterino.appdata.xml
This cannot use dash to denote a pre-release identifier, you have to use a tilde instead. - Update the changelog
## Unreleasedsection to the new versionCHANGELOG.md
Make sure to leave the## Unreleasedline unchanged for easier merges - Push directly to master :tf: