Skip to content

ci: More solid release process. (#44) - #45

Merged
MinoruSekine merged 1 commit into
mainfrom
ci/44/solid_release_ci
Aug 7, 2026
Merged

ci: More solid release process. (#44)#45
MinoruSekine merged 1 commit into
mainfrom
ci/44/solid_release_ci

Conversation

@MinoruSekine

@MinoruSekine MinoruSekine commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Closes #44

Summary by CodeRabbit

  • New Features

    • Added a manually triggered release workflow with major, minor, and patch version selection.
    • Validates version formats and creates draft releases with generated notes and downloadable archives.
  • Chores

    • Removed automatic draft release creation when version tags are pushed.

@MinoruSekine MinoruSekine self-assigned this Aug 7, 2026
@MinoruSekine MinoruSekine added the enhancement New feature or request label Aug 7, 2026
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: MinoruSekine/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 3eb35bb4-d37a-4d82-af90-9b9b00133f80

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between d27d94b and 1f6262a.

📒 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

Comment thread .github/workflows/draft_release_by_workflow.yml
@MinoruSekine
MinoruSekine merged commit 3249fc4 into main Aug 7, 2026
5 checks passed
@MinoruSekine
MinoruSekine deleted the ci/44/solid_release_ci branch August 7, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: More solid release process.

1 participant