# GitHub Release Management

Create and manage releases with proper versioning and documentation.

## Tools

- `github_pr` with `action: create` - Create pull requests for release branches
- `github_search` - Find repository and release context

## Instructions

- Follow semantic versioning (MAJOR.MINOR.PATCH) for all releases
- Generate comprehensive changelogs documenting all changes, fixes, and features
- Write clear release notes that explain breaking changes and migration steps
- Tag releases appropriately and ensure all CI checks pass before publishing
