chore: move changelog to CC-Book release notes#2181
Open
fewerner wants to merge 8 commits into
Open
Conversation
We can just start every release note with the release highlights. No nead for a heading
We add headings per major version to make the toc more readible and not show any subsections of releases.
d3bfb7d to
6a45e68
Compare
We no longer maintain a changelog. Instead we have handwritten release notes and migration guides.
6a45e68 to
38d6728
Compare
We want to test the implementation of this action before merging it. Github only allows us to run an action from a PR if the file exists on the default branch. Therefore, this action will be implemented in a separate PR.
38d6728 to
6c01674
Compare
coriolinus
reviewed
May 29, 2026
Contributor
coriolinus
left a comment
There was a problem hiding this comment.
This seems good, but incomplete. There are two major things I'd like to see:
-
Eliminate all release notes which are just links to commits. We have tons of instances of
### Bug Fixes - no more errors when deleting non-existent credential ([aa0195c](https://github.com/wireapp/core-crypto/commit/fbe5735e55fd61ec4544795f6dfe6208a27c73be))
and similar, and none of them make for good reading. If we're doing this in book format, we should do it right.
-
Deduplicate the CC 10 section of the release notes. We have a whole CC 10 section of the book with migration what's new and migration guide; all that content should be excised from the CC 10 release notes. The highlight for CC 10 is effectively "new E2EI and related APIs".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's new in this PR
This PR moves the relevant sections of our changelog to a new release notes section in the CC-Book.
It removes
CHANGELOG.md.PR Submission Checklist for internal contributors
SQPIT-764feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.