Prepare and execute an addon release, including version bumping, changelog updates, git tagging, and validation. Use when ready to publish a new version. Triggers: release, version bump, changelog, git tag, publish.
Expert guidance for the full addon release workflow using Mechanic automation.
MANDATORY: Always use CLI commands before manual exploration.
| Task | Command |
|------|---------|
| Full Release | mech release MyAddon 1.2.0 "Release message" |
| Bump Version | mech call version.bump -i '{"addon": "MyAddon", "version": "1.2.0"}' |
| Add Changelog | mech call changelog.add -i '{"addon": "MyAddon", "version": "1.2.0", "message": "..."}' |
| Commit Changes | mech call git.commit -i '{"addon": "MyAddon", "message": "Release 1.2.0"}' |
| Create Tag | mech call git.tag -i '{"addon": "MyAddon", "version": "1.2.0"}' |
.toc filesCHANGELOG.md updates with categories| Request type | Load reference | |--------------|----------------| | Release workflow, changelog format | ../../docs/integration/release.md | | CLI Reference | ../../docs/cli-reference.md |
# Recommended: Validates → Bumps → Changelogs → Commits → Tags
mech release MyAddon 1.2.0 "Added cooldown tracking and fixed memory leaks"
mech call addon.validate -i '{"addon": "MyAddon"}'mech call addon.lint -i '{"addon": "MyAddon"}'mech call addon.test -i '{"addon": "MyAddon"}'mech call addon.deprecations -i '{"addon": "MyAddon"}'### Added: New features### Changed: Changes to existing features### Fixed: Bug fixes### Removed: Removed features### Deprecated: Features to be removed### Security: Security-related changesSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer