rlsbl v0.92.0
On this page

Documentation index for rlsbl, a release orchestration CLI handling version bumps, JSONL changelogs, CI scaffolding, and GitHub Releases for 18 ecosystems.

#rlsbl

rlsbl is a release orchestration CLI that handles version bumping, structured JSONL changelogs, CI scaffolding, tagging, and GitHub Releases across 18 ecosystems. It supports single-target projects, multi-target projects, and monorepo workspaces with independent versioning.

#Getting started

Install rlsbl via uv tool install rlsbl (Python) or npx rlsbl (npm wrapper). Initialize a project with rlsbl scaffold to generate CI workflows, git hooks, and changelog infrastructure. See the README for full installation instructions and quick start examples. Key commands:

  • rlsbl scaffold -- set up a new project
  • rlsbl release run --watch --yes -- perform a release
  • rlsbl status -- check current state

#Guides

#Architecture

#Reference