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

Only consider versions with pre-release identifiers as pre-releases #1033

Merged
merged 1 commit into from
Oct 11, 2019

Commits on Oct 11, 2019

  1. Only consider versions with pre-release identifiers as pre-releases

    This change allows updates from e.g. 8.0.192-R14 to 12.0.2-R18 (where
    the 'R' stands for Release). It is currently not allowed because the
    hyphen in the version number makes it a pre-release version and we
    don't allow updates to a pre-release of a different version series.
    With this change we require that the version acually contains a
    pre-release identifier like RC, SNAPSHOT, or alpha to be considered a
    pre-release version.
    fthomas committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    bca6c3c View commit details
    Browse the repository at this point in the history