release
Installation
SKILL.md
Release Process for atomic-agents
Overview
This skill guides the release process for atomic-agents, including version bumping, PyPI publishing, and GitHub release creation.
Prerequisites
- Must be on
mainbranch with clean working directory .envfile must containPYPI_TOKENenvironment variable- Must have push access to the repository
Release Types
| Type | When to Use | Example |
|---|---|---|
major |
Breaking changes | 2.5.0 → 3.0.0 |
minor |
New features (backwards compatible) | 2.5.0 → 2.6.0 |
patch |
Bug fixes only | 2.5.0 → 2.5.1 |