Merged
Conversation
eefa7b2 to
aab9c65
Compare
9a7a5a2 to
341223f
Compare
1d43d92 to
4979613
Compare
tstirrat15
previously approved these changes
Feb 24, 2026
| draft: false | ||
| prerelease: "auto" | ||
| mode: "replace" | ||
| mode: "append" |
Contributor
There was a problem hiding this comment.
Still curious to see what this looks like in practice - I'm a little worried that it's effectively going to duplicate the release content - but I'm okay with learning that when we do the next release.
1b735d3 to
35ba96e
Compare
miparnisari
commented
Feb 25, 2026
35ba96e to
1424c53
Compare
1424c53 to
a27d95b
Compare
a27d95b to
b666bb2
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Description
This PR introduces a change in the release process.
Problems:
Assumptions
(*) this does not mean that there aren't other audiences. There are: SpiceDB developers. But, they can rely on commit history.
Proposal
the release maker goes through the list of commits,
picking what is important and writing summaries
of each change (perhaps requesting help from PR authors to write said summaries). The release maker has liberty of including whatever they like.
the PR author MAY add an entry in the CHANGELOG.md.
The maintainers review it and request amendments or approve it.
The PR author MAY decide not to include the change in CHANGELOG via a label
skip-changelog, but generally every commit with prefixesfix,feat,perfshould be included.On every release, the release maker copies the changelog entries for this release
and pastes them in the release notes.
Testing