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 version line regex #902

Merged
merged 1 commit into from
Mar 13, 2024
Merged

fix version line regex #902

merged 1 commit into from
Mar 13, 2024

Conversation

franzenr
Copy link
Contributor

@franzenr franzenr commented Mar 6, 2024

Fix problem of version incrementation check failing if the old version line and new version line do not appear in immediate sequence of one another in the git diff, as seen in #900, which is currently failing this check. 

adjust regex used to extract lines with version numbers from git diff to account for instances where there are other changed lines that appear in between the display of the old version line and the new version line. also minor variable renaming.

adjust regex used to extract lines with version numbers from git diff to account for instances where there are other changed lines that appear in between the display of the old version line and the new version line. also minor variable renaming.
@pm0kjp pm0kjp merged commit 95e71a4 into main Mar 13, 2024
2 checks passed
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