Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/make-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could also drop the login on the website and use a local HTTP server where we construct the URL on the client.


## In the release PR

- [ ] Updated version code in `src/common/Version.hpp`
Expand Down
6 changes: 6 additions & 0 deletions docs/make-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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.
Loading