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

Using a comparison that supports semver #240

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

arvkonstantin
Copy link

In cases where there are 2 or more tags on the same commit, and semver is also used, the previous version fell with an error, because it did a split point by point and cast everything to int.
Server is the most common option for forming a version name, so it would be better to use it.

@SethTisue
Copy link
Member

Sorry this PR got ignored for so long. In order for this to be mergeable, could you add at least one test showing the improved behavior...?

@SethTisue
Copy link
Member

SethTisue commented Sep 7, 2024

The extra commits I added are from #249 — once that PR goes through, we can rebase this and drop those commits. I wanted to see if they would help with the CI failure.

@SethTisue
Copy link
Member

the CI failure seems to be real, so it appears this needs further work

@SethTisue SethTisue marked this pull request as draft September 7, 2024 14:54
Steward missed some places when we went to 1.10.0, maybe having
them all in sync now means it will get them all next time?
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