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

Handle Pre-Releases #126

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Handle Pre-Releases #126

merged 1 commit into from
Apr 11, 2023

Commits on Apr 11, 2023

  1. Handle Pre-Releases

    Prior to this change, the generator could not handle pre-releases.
    
    This change updates `utils.VersionIsGreaterThan` so that it uses
    compare vs the previous constraint.
    
    `Comparse` will take in to consideration pre-releases where as
    constraints did not.
    
    https://pkg.go.dev/github.com/Masterminds/semver/v3#Version.Compare
    chelnak committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    cb2a337 View commit details
    Browse the repository at this point in the history