chore: merge release/v1.3.0 into main#620
Merged
Merged
Conversation
When CI/CD runs on a release/v* branch, extract the semver from the branch name and pass it as the Ketryx `version` input instead of `commit-sha`. This associates the build with the correct Ketryx release entry rather than a transient commit SHA, enabling proper compliance approval collection during the prepare-release phase. On all other contexts (PRs, main, tags), the existing commit-sha behaviour is unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Ketryx version names start with "v" (e.g. v1.3.0), but the get-release-version step was stripping it by capturing only the part after "v" in the regex match. This caused the version passed to the Ketryx compliance check to be bare semver (e.g. 1.3.0). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced May 4, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…main The uv-lock hook updated uv.lock in the previous commit, which introduced a new conflict with main's uv.lock. The original release branch lock auto-merges cleanly with main, so we restore it here. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. |
arne-aignx
approved these changes
May 5, 2026
Contributor
arne-aignx
left a comment
There was a problem hiding this comment.
LGTM. Already reviewed by other reviewers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.