Fix path-resolution bug in changenotes.mts validate by using getChangenotes - #4156
Draft
mario-campos wants to merge 13 commits into
Draft
mario-campos wants to merge 13 commits into
mario-campos wants to merge 13 commits into
Conversation
Changing `NO_CHANGES_STR` to just be the text will make it easier to insert/use. To not break anything, I added the deleted newlines to the locations where `NO_CHANGES_STR` was used.
This will be used by the `pr-checks/changenotes.mts` script to "compile" the latest release entry of CHANGELOG.md.
This command will "flush" or move the changenotes in the `unreleased-change-notes` directory to the `[UNRELEASED]` section of the CHANGELOG.md file.
mario-campos
force-pushed
the
mario-campos/fix-validate-cmd
branch
from
September 18, 2026 20:09
fc0dbb2 to
dedce4e
Compare
changenotes.mts validate commandchangenotes.mts validate by using getChangenotes
This reduces duplicate code between `assemble` and `validate`. It also has the benefit of fixing a bug in the current implementation of `validate`, where `isValidChangenoteFile` receives a relative file name where it should receive an absolute one.
mario-campos
force-pushed
the
mario-campos/fix-validate-cmd
branch
from
September 18, 2026 20:29
dedce4e to
bf6da6f
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 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.
isValidChangenoteFilereceives a file name (no leading path) and then attempts to read that file, regardless of the CWD. If the user's CWD is not inunreleased-change-notes, then the command will likely fail to open the file.Incidentally, for #4155, I've added
getChangenotes, which consolidates some duplicative code between theassembleandvalidatecommands. We can take advantage of that here invalidate, and in so doing, fix the bug.Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Workflow types:
Products:
Environments:
How did/will you validate this change?
.test.tsfiles).If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist