You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
After some recent changes to parallelize GitHub API requests, it seems that some errant newlines randomly get inserted between the sections of changes that are gathered from Atom package dependencies. This makes it difficult to write automated tests for code that uses pr-changelog.
To fix this we need to make sure There's only a single newline separating sections for different packages and that they have a deterministic display order.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After some recent changes to parallelize GitHub API requests, it seems that some errant newlines randomly get inserted between the sections of changes that are gathered from Atom package dependencies. This makes it difficult to write automated tests for code that uses
pr-changelog
.To fix this we need to make sure There's only a single newline separating sections for different packages and that they have a deterministic display order.
The text was updated successfully, but these errors were encountered: