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

tools/bumper: Fix latest vtag check #1888

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Commits on Sep 9, 2024

  1. tools/bumper: Fix latest vtag check

    In the bumper logic, in case either currentReleaseVersion or
    latestReleaseVersion are in virtual-tag format (i.e.
    v0.44.1-1-g4cd33665) - then the bump should be initiated.
    However the logic implementing it is wrong.
    Fixing logic, adding unit tests.
    
    Signed-off-by: Ram Lavi <[email protected]>
    RamLavi committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9e6abcf View commit details
    Browse the repository at this point in the history