# Release Automation

> Automate complete release process with versioning and publishing

- Skill: `manastalukdar/release-automation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/release-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/release-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: manastalukdar (https://skillmd.com/u/manastalukdar)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/manastalukdar/release-automation

---


# Release Automation

I'll automate your complete release process: version bumping, changelog generation, git tagging, release creation, and package publishing.

Arguments: `$ARGUMENTS` - version number (e.g., 1.2.0, major, minor, patch) or release type

## Release Philosophy

- **Semantic Versioning**: Proper MAJOR.MINOR.PATCH versioning
- **Automated Changelog**: Generated from conventional commits
- **Safe Defaults**: Validate before publishing
- **Platform Agnostic**: Support npm, PyPI, Go modules, Ruby gems, Cargo, Maven

---

## Token Optimization

**Expected range**: 800–2,500 tokens (initial), 100 tokens (clean state)

**Caching**: Caches package info in `.claude/cache/release-automation/package-info.json` for 7 days. Invalidated when `package.json` changes.

**Early exit**: Returns immediately if the working tree is not clean.

**Patterns used**: Grep-before-Read, early exit, Bash for system queries, caching

