بنقرة واحدة
release
Trigger the automated release pipeline for Alcove
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Trigger the automated release pipeline for Alcove
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | release |
| description | Trigger the automated release pipeline for Alcove |
| user-invocable | true |
| argument-hint | [version] (optional — omit to let the release agent decide) |
Trigger the Alcove automated release pipeline. Releases are handled by the Automated Release Agent task running on the staging environment — not locally.
The release agent (.alcove/agents/release.yml) runs daily at 6 AM UTC and checks for unreleased commits. To trigger an immediate release:
If there's already an open issue, use it. Otherwise create one:
gh issue create --repo alcove-ai/alcove --title "Release vX.Y.Z" --body "Triggering immediate release."
gh issue edit ISSUE_NUMBER --repo alcove-ai/alcove --add-label "immediate-release"
The release agent will:
docs/changelog.mdWatch for the release agent task to appear in the Alcove staging dashboard. It will show up as a running task within ~60 seconds of the label being added.
After the release agent completes:
gh release view --repo alcove-ai/alcove
alcove-developer security profile for full repo accessCheck for new releases, security audit changes, and deploy to OpenShift staging
Tear down and bring up a fresh local dev environment from scratch (wipes database)
Rebuild and restart Bridge while preserving the database and all configuration