Oddyssey Publish banner
using-system using-system

Oddyssey Publish

Data community

Description

--- description: Cut a release - inspect the last pushed tag, pick the bump (patch, minor, or major), then tag and push; the tag push starts the whole release pipeline --- Cut an oddyssey release. Pushing the version tag IS the release order: the release workflow then bumps the files for exactly that version, opens the release PR, waits for its CI, merges it, re-points the tag at the merge commit, creates the GitHub release, and publishes to PyPI behind the pypi environment approval. - Argumen

Installation

Installs to ~/.claude/commands/using-system-oddyssey-oddyssey-publish.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/using-system/oddyssey/HEAD/.claude/commands/oddyssey-publish.md -o ~/.claude/commands/using-system-oddyssey-oddyssey-publish.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository