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

ci: Properly support consecutive pre releases #77

Merged
merged 1 commit into from
Sep 5, 2024
Merged

ci: Properly support consecutive pre releases #77

merged 1 commit into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. ci: Properly support consecutive pre releases

    Consecutive pre-releases are not currently possible. Running two release pipelines
    with the same pre release flavor would result in the following releases:
    1.0.1-rc.0 and 1.0.2-rc.0. But what we want when we run the second pre-release
    pipeline is 1.0.1-rc.1.
    
    Now, parse the latest release name and if the latest is a pre-release and its flavor
    matches the inputted flavor, we only increment the pre-release version as opposed to
    a full version bump.
    
    [DEVX-3004]
    mhan83 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b7dc996 View commit details
    Browse the repository at this point in the history