Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with similarly named packages matching the wrong package in the generated changelog. #24

Merged
merged 3 commits into from
May 22, 2024

Conversation

NullVoxPopuli
Copy link
Contributor

See tests for examples.

tl;dr: if you have two packages, ember-scoped-css and ember-scoped-css-compat, and make a change to only ember-scoped-css-compat, the changelog will say that the change came from ember-scoped-css, becasue ember-scoped-css-compat startsWith ember-scoped-css -- so we need to do a "longest match" check if we have multiple startsWith matches.

@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label May 22, 2024
Copy link
Member

@mansona mansona left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 💪

@mansona mansona merged commit 71bd227 into main May 22, 2024
3 checks passed
@github-actions github-actions bot mentioned this pull request May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants