Skip to content

Fix version extraction in release version check - #250

Merged
cpncf merged 1 commit into
mainfrom
fix_release_version_check
Aug 7, 2026
Merged

Fix version extraction in release version check#250
cpncf merged 1 commit into
mainfrom
fix_release_version_check

Conversation

@kpchoi

@kpchoi kpchoi commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

The version values in inc/oapv.h are parenthesized (#define OAPV_VER_APISET (1)), so the extraction in verify-release-version.yml produced (1).(0).(1).(0) and the comparison against the release tag could never succeed — every release would have failed the check. Stripping the parentheses yields 1.0.1.0 as intended (verified by running the extraction locally against the current header).

Signed-off-by: KP Choi <kp5.choi@samsung.com>

@cpncf cpncf left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpncf
cpncf merged commit 35c6d3d into main Aug 7, 2026
9 checks passed
@kpchoi
kpchoi deleted the fix_release_version_check branch August 8, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants