ci: More solid release process. (#44) - #45
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: MinoruSekine/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/draft_release_by_workflow.yml:
- Around line 65-70: Update the release workflow before the archive-creation
step to detect whether the target release already exists. If it is an existing
draft, upload the archive to that release; if it is the published immutable
v0.0.3 release, stop using that version and create or publish a replacement
release with a new version before attaching the archive.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: MinoruSekine/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: bbd00e1c-f4c0-4f66-837b-6ce48ce91c36
📒 Files selected for processing (2)
.github/workflows/draft_release_by_workflow.yml.github/workflows/release_by_tag.yml
💤 Files with no reviewable changes (1)
- .github/workflows/release_by_tag.yml
Closes #44
Summary by CodeRabbit
New Features
Chores