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

Correct header regex #12

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

nikthechampiongr
Copy link
Contributor

All the tests were failing because of this regex.

From the looks of it, it was trying to match whitespaces after the header. That is not guaranteed to exist in changelogs. I changed it to try none or more.

For some reason everything still works in production? This is puzzling so before merging my pr please double check that I am not insane.

@PJB3005 PJB3005 merged commit b9463a4 into space-wizards:master Mar 14, 2024
1 check passed
@nikthechampiongr nikthechampiongr deleted the test-fix branch April 16, 2024 19:54
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.

2 participants