Update changelog for the v25.12 release [skip ci]#13968
Merged
NvTimLiu merged 3 commits intorelease/25.12from Dec 16, 2025
Merged
Update changelog for the v25.12 release [skip ci]#13968NvTimLiu merged 3 commits intorelease/25.12from
NvTimLiu merged 3 commits intorelease/25.12from
Conversation
Update change log with CLI: \n\n scripts/generate-changelog --token=<GIT_TOKEN> --releases=25.10,25.12 Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
Contributor
Greptile OverviewGreptile SummaryUpdated changelog with v25.12 release notes and archived older release notes into
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Script as generate-changelog script
participant Git as Git Repository
participant Main as CHANGELOG.md
participant Archive as docs/archives/CHANGELOG_25.02-to-25.08.md
Script->>Git: Query releases 25.10, 25.12
Git-->>Script: Return issues, PRs, commits
Script->>Main: Update generation date to 2025-12-16
Script->>Main: Add v25.12 release notes at top
Script->>Archive: Rename from CHANGELOG_25.02-to-25.06.md
Script->>Archive: Add v25.08 release notes
Script->>Git: Commit changes with [skip ci]
|
Collaborator
|
This change is made for in-advance review, we'll up-merge latest change logs before the final release build. @sameerz Can you help review this PR? Thanks! |
Member
|
We are going to re-generate the changelog to reflect the latest changes, and merge this to unblock RC build. Since this is the doc-only update, we can continually update the content later cc @sameerz @GaryShen2008 |
Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
Collaborator
|
build |
Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
pxLi
approved these changes
Dec 16, 2025
Member
|
build |
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.
Update change log with CLI:
scripts/generate-changelog --token=<GIT_TOKEN> --releases=25.10,25.12