원클릭으로
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 직업 분류 기준
Check 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
| 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 access