[ci] Fix matching tag for release branch - #805
Conversation
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
WalkthroughThis pull request modifies the GitHub Actions workflow responsible for extracting a version tag from the branch name. The extraction logic now prefixes the version number with a "v" (e.g., transforming "1.2.3" to "v1.2.3") by replacing the assignment from Changes
Sequence Diagram(s)sequenceDiagram
participant Action as GitHub Action
participant Parser as Version Parser
participant Output as Workflow Output
Action->>Parser: Extract branch name version with regex
Parser-->>Action: Return version (e.g., "1.2.3")
Action->>Output: Prefix with "v" to form "v1.2.3"
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the automated release process to format version tags with a "v" prefix for consistent version naming. - Performed minor cleanup to improve overall code clarity. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Andrei Kvapil kvapss@gmail.com
Summary by CodeRabbit