# Create GitHub Release

**Category:** deployment
**Version:** 1.0.0
**Used By:** agent-ops

## Purpose

Creates GitHub release with changelog.

## Steps

```bash
gh release create v1.0.0 \
  --title "v1.0.0" \
  --notes "Release notes here"
```

## Version History

- **1.0.0** (2025-10-18): Initial implementation
