oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
22 lines (14 loc) • 316 B
Markdown
# 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