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 main branch with clean working directory
  • .env file must contain PYPI_TOKEN environment 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
Installs
4
GitHub Stars
5.8K
First Seen
Jan 28, 2026
release — brainblend-ai/atomic-agents