Add changelog bundle option for --files#3664
Open
lcawl wants to merge 2 commits into
Open
Conversation
lcawl
force-pushed
the
bundle-file-option
branch
from
July 20, 2026 13:04
1712572 to
6f30914
Compare
reakaleek
approved these changes
Jul 20, 2026
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.
Summary
Adds a path-list source of truth for
changelog bundle/changelog remove(option-mode--filesand profile-mode newline-delimited path list), with implicit local sourcing for that filter.Also adds a profile-friendly
--force-localoverride so ad hoc bundles do not requirechangelog.ymledits.Background
We've recently had multiple ad hoc updates to the release notes that (1) were not tied to product releases and (2) did not always have a relevant / useful PR or issue associated with them. Since
prsandissuesare optional fields in changelogs, this made me realize that we were missing a way to bundle that type of changelog.Implementation details
Code
--filesfilter onchangelog bundle/changelog remove(comma-separated paths, repeated flags, or newline-delimited path list).yaml/.ymlpaths vs GitHub URLs)--force-localonbundle(allowed in profile mode) to skip CDN without editingchangelog.yml--filesalways forces local entry sourcingrules.bundlestill applies after file selectionTests
BundleFilesFilterTests.cs— option/profile/CDN/--force-local/rules casesChangelogRemoveTests.csDocs
cmd-bundle.md,cmd-remove.md,bundle-changelogs.md,configure-changelogs-ref.mdGenerative AI disclosure
Tool(s) and model(s) used: Cursor Grok 4.5