dispatch-release
Dispatch Release
Overview
The Cartridge Controller uses a two-phase release process:
- Dispatch: Creates a release preparation PR with version bumps
- Publish: Merges PR triggers npm publish and GitHub release
Release Types
| Type | Tag | Use Case |
|---|---|---|
latest |
Production | Stable releases for general use |
prerelease |
Beta/RC | Testing releases before stable |
Dispatching a Release
Step 1: Determine Version
More from cartridge-gg/controller
agent-browser
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
42codegen
Regenerate GraphQL types from API schema. Use when API schema has changed, GraphQL queries/mutations added or modified, or type errors in API calls.
39validate-before-merge
Run full validation to ensure code is ready for merge. Use before merging PRs, when asked to validate readiness, or as a final check before requesting review.
35update-storybook-snapshots
Update Storybook visual regression snapshots after intentional UI changes. Use when visual tests fail due to expected changes, or when asked to update snapshots.
35test
Run appropriate test suites based on changed files or user request. Use to run tests intelligently based on the type of changes.
34pre-commit-check
Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.
34