ci(hotfix): update version detection format in workflow#471
Conversation
|
Force-merging as hotfix to resolve format issue discovered after merging: |
3e82436
into
main
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe changes update the version detection and validation logic in the Changes
Sequence Diagram(s)sequenceDiagram
participant Runner as GitHub Runner
participant Dunamai as Dunamai Action
participant Validator as Version Validator
participant Publisher as Publishing Process
Runner->>Dunamai: Execute version detection with custom format
Dunamai-->>Runner: Return computed version
Runner->>Validator: Validate version (computed vs input)
alt Version Mismatch
Validator-->>Runner: Log warning and use input version
else Version Match
Validator-->>Runner: Confirm versions match
end
Runner->>Publisher: Continue with publishing process
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
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 (
|
Modify the version detection format in the workflow to include additional formatting options and comment out the tag trigger.
Summary by CodeRabbit