delimit_release_plan
Generate release plans from git history by analyzing commits since the last tag, suggesting semver versions, and creating checklists for staging or production deployments.
Instructions
(Pro). Generate a release plan from git history.
Reads git log since last tag, counts commits and changed files, suggests a semver version, and generates a release checklist. Saves plan to ~/.delimit/deploys/ for tracking.
Args: environment: Target environment (staging/production). version: Release version (auto-detected if empty). repository: Repository path (default: current directory). services: Optional service list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | production | |
| version | No | ||
| repository | No | . | |
| services | No |