You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging tags the version and publishes both packages to nuget.org. A published version can be
unlisted but never edited, so everything below is cheaper now than at any point afterwards.
Read the changelog entry in the diff. An entry that is empty, or that says nothing a
consumer would act on, is a signal to let more changes accumulate rather than release now.
Does anything here CHANGE existing behaviour? release-please files every feat: under Added, which reads as a new capability. A changed default, a different output, or a new
exception from a call that used to succeed is none of those — and a consumer upgrading will
not learn about it from an Added line. Move it to Changed by hand, with the one-line
migration.
Not hypothetical: **0.13.0** changed generated documents from whatever the reader's template
chose to A4, and the entry said only "defaulting to A4", filed under *Added*.
Does the nuget.org <Description> still describe what ships? Check it against the
generated docfx/guides/capabilities.md. CI proves the
field is non-empty; nothing can prove it is true. It described a smaller library than
shipped for four releases.
Once you arm auto-merge, this PR is finished. Pushing to it afterwards is a race that is
lost silently — git push reports success either way, and the commit is orphaned on a dead
branch. Anything further goes on a new branch.
Editing CHANGELOG.md on this branch is all that is needed. The GitHub Release body is derived
from that entry automatically after merge, so the two cannot drift apart — they did on 0.27.2,
where the curated changelog and the published release notes disagreed until somebody noticed by hand.
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
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.
🤖 I have created a release beep boop
0.37.0 (2026-08-24)
Added
Fixed
Changed
This PR was generated with Release Please. See documentation.