feat(core/rs-changelog): let repo attr override github config#5105
Merged
sidvishnoi merged 10 commits intospeced:mainfrom Feb 27, 2026
Merged
feat(core/rs-changelog): let repo attr override github config#5105sidvishnoi merged 10 commits intospeced:mainfrom
repo attr override github config#5105sidvishnoi merged 10 commits intospeced:mainfrom
Conversation
sidvishnoi
reviewed
Feb 26, 2026
Member
sidvishnoi
left a comment
There was a problem hiding this comment.
Looks good, left a small suggestion.
repo parameter for rs-changelog custom elementrepo attr override github config
Contributor
Author
|
@sidvishnoi I've changed this to include all of this logic in the fetchCommits function while leaving the toHTML untouched. |
sidvishnoi
reviewed
Feb 27, 2026
Co-authored-by: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com>
Co-authored-by: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com>
sidvishnoi
approved these changes
Feb 27, 2026
Contributor
Author
|
@sidvishnoi I just Updated related docs |
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.
@sidvishnoi
This is one more that the ARIA monorepo setup would greatly benefit from.
It enables a new
repoparameter to be used with thers-changelogcustom element. This is for monorepos which still keep child repos in the respecConfig (mainly for issue base, editor draft, and other generated properties), but are using a single repo to generate all specs. For child specs we need to specify that they want to pull the commit history from the monorepo instead of from the child repo.