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 early bail bug in updateRelatedChangeType #982

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

ecraig12345
Copy link
Member

continue rather than return when updating calculated change types if one change file referenced a package that doesn't exist. (This was probably introduced when converting a .forEach to for..of.)

In practice, this shouldn't have caused issues because readChangeFiles already checks for nonexistent packages, but the code was still incorrect and should be fixed.

Also clarify some comments and types in other files in the bump process.

@ecraig12345 ecraig12345 merged commit 636be3b into master Sep 7, 2024
4 checks passed
@ecraig12345 ecraig12345 deleted the ecraig/related-change branch September 7, 2024 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant