Skip to content

chore: add simple release ci#228

Merged
vn7n24fzkq merged 1 commit intomainfrom
chore/change-release-mode
Jan 10, 2026
Merged

chore: add simple release ci#228
vn7n24fzkq merged 1 commit intomainfrom
chore/change-release-mode

Conversation

@vn7n24fzkq
Copy link
Owner

@vn7n24fzkq vn7n24fzkq commented Jan 10, 2026

This pull request introduces a new GitHub Actions workflow to enable manual releases through the repository's Actions tab. The workflow allows maintainers to trigger releases for different targets, such as all, web-release, or release, and includes an option to specify a tag name for releases.

Release workflow automation:

  • Added a new workflow file .github/workflows/manual-release.yml that defines a manual release process using workflow_dispatch with configurable inputs for target and tag name.
  • Implemented a release-web job that syncs the main branch to the web-release branch using a force push, automating part of the release process for web deployments.

Summary by CodeRabbit

  • Chores
    • Added a new manual release workflow enabling controlled deployments with configurable targeting options and optional version tagging.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 10, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

A new GitHub Actions workflow file is introduced to automate manual releases. The workflow accepts dispatch inputs for target selection (all, web-release, or release) and optional tag naming, then executes a job that checks out the repository and force-pushes the current HEAD to the web-release branch.

Changes

Cohort / File(s) Summary
Manual Release Workflow
\.github/workflows/manual-release.yml
New 34-line workflow file defining a manual release pipeline with workflow_dispatch trigger, configurable target and tag inputs, and a job that performs repository checkout and force-push to web-release branch with bot user configuration. Permissions set to allow contents: write access.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 A workflow springs to life, so bright,
With gentle pushes in the night,
Release the code, branch split with care,
The bot hops swift through CI air! 🌙✨


📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d834d8f and 70c138f.

📒 Files selected for processing (1)
  • .github/workflows/manual-release.yml

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 and usage tips.

@vn7n24fzkq vn7n24fzkq merged commit 32f6b1f into main Jan 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant