release
Create a new release by bumping version, running tests, tagging, and pushing to git. Choose patch, minor, major, or no bump. Use dry run to preview changes.
Instructions
Create new release with version bump, tests, git tag, and push. Prompts for version type: [p]atch, [m]inor, [M]ajor, or [n]o bump. Use DRY_RUN=1 to preview without making changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables | No | Make variables to pass (e.g., {'DEBUG': '1'}) | |
| timeout | No | Timeout in seconds (default: 300, max recommended: 3600) |