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

Update version check to use semantic versioning. #125

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Update version check to use semantic versioning. #125

merged 2 commits into from
Mar 6, 2024

Conversation

realistschuckle
Copy link
Contributor

Closes #124.

This change adds a new dependency to

github.com/Masterminds/semver

It now parses the published version from GitHub and the installed version, then does a comparison of the two versions using the semantic versioning algorithm.

@pgrunde @ToriK17 Tagging for visibility.

Curtis Schlak added 2 commits March 6, 2024 08:16
This change adds a new dependency to

    github.com/Masterminds/semver

It now parses the published version from GitHub and the installed
version, then does a comparison of the two versions using the
semantic versioning algorithm.
@davidgrieser davidgrieser requested a review from pgrunde March 6, 2024 16:27
@pgrunde pgrunde merged commit d21f10e into gSchool:master Mar 6, 2024
2 checks passed
@realistschuckle realistschuckle deleted the use-semver-comparisons branch March 6, 2024 16:56
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.

Version check does not follow semantic versioning
2 participants