ci: adopt GitReleaseNoteGenerator and nbgv CLI tool - #1125
Merged
Conversation
- Replace the glennawatson/ChangeLog action with the GitReleaseNoteGenerator global tool (git-release-notes) to produce release notes, matching the reactiveui pipeline. Resolves #1093. - Swap the stale dotnet/nbgv JS action for the nbgv global tool, stamping cloud variables via `nbgv cloud -a` and exposing SemVer2/PrereleaseVersion as step outputs. - Keep Nerdbank.GitVersioning (version.json) as the version source; all branch/version policy checks are unchanged.
JakenVeina
approved these changes
Jun 30, 2026
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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.
Resolves #1093.
What
Move the release pipeline's note generation and version stamping off two stale GitHub Actions and onto the same dotnet global tools the reactiveui pipeline uses, while keeping Nerdbank.GitVersioning as the version source. (@JakenVeina mentioned that as a preference)
Changes
glennawatson/ChangeLogaction with theGitReleaseNoteGeneratorglobal tool (git-release-notes), generating arelease-notes.mdthat is passed togh release create. This matches the reactiveui/actions-common approach referenced in Update Release Notes Build Step #1093.dotnet/nbgv@v0.5.2JS action (outdated, old Node runtime issues) with thenbgvdotnet global tool.nbgv cloud -astamps theNBGV_*cloud variables (preserving the oldsetAllVarsbehaviour) and a follow-up step exposesSemVer2/PrereleaseVersionas step outputs.release.ymlandci-build.yml.Not changed
version.json); the version selection is unchanged.Notes