chore: update release docs (#6786)

This commit is contained in:
pajlada
2026-01-31 09:41:44 +01:00
committed by GitHub
parent e79716af44
commit cb2800fa06
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -2,6 +2,11 @@
I will be using `2.3.4-beta.1` as the example release in this document.
## Before making the release
- [ ] Are there any issues or PRs still labeled to be included in this release? If yes, consider removing the label/milestone.
- [ ] Do the scopes in `src/providers/twitch/TwitchAccountManager.cpp` match the ones in the website repo? https://github.com/Chatterino/website/blob/main/pages/client_login.tsx
## In the release PR
- [ ] Updated version code in `src/common/Version.hpp`
+6
View File
@@ -2,6 +2,11 @@
I will be using `2.3.4` as the example release in this document.
## Before making the release
- [ ] Are there any issues or PRs still labeled to be included in this release? If yes, remove the label/milestone.
- [ ] Do the scopes in `src/providers/twitch/TwitchAccountManager.cpp` match the ones in the website repo? https://github.com/Chatterino/website/blob/main/pages/client_login.tsx
## In the release PR
- [ ] Updated version code in `src/common/Version.hpp`
@@ -147,3 +152,4 @@ You will need to add the `skip-changelog-checker` label to the PR since we are d
- [ ] Re-run the Publish Homebrew Cask on Release action
- [ ] Update links in the Chatterino website to point to the new release
- [ ] Remove the "hold for release" label on all issues and PRs.