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

contrib: detect pre-release version correctly #24708

Merged
merged 1 commit into from Apr 4, 2023

Conversation

aanm
Copy link
Member

@aanm aanm commented Apr 3, 2023

The script was not detecting the pre-release of a version correctly. This commit fixes it by negating the return value of 'version_is_prerelease'

Fixes: 4ba5d94 ("contrib: Support vX.Y.Z-snapshot.W versions")

The script was not detecting the pre-release of a version correctly.
This commit fixes it by negating the return value of
'version_is_prerelease'

Fixes: 4ba5d94 ("contrib: Support vX.Y.Z-snapshot.W versions")
Signed-off-by: André Martins <andre@cilium.io>
@aanm aanm added the release-note/misc This PR makes changes that have no direct user impact. label Apr 3, 2023
@aanm aanm requested a review from joestringer April 3, 2023 14:45
@aanm aanm requested a review from a team as a code owner April 3, 2023 14:45
@joestringer
Copy link
Member

Woops ;)

@aanm aanm added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 3, 2023
@squeed squeed merged commit 0683cc0 into cilium:master Apr 4, 2023
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants