repo-release-tools docs

repo-release-tools docs

repo-release-tools provides one release workflow across local CLI usage, CI, pre-commit, and Copilot skill entrypoints.

Start here

  • RRT CLI — branch helpers, version bumps, and config-driven targets
  • GitHub Action — CI enforcement for branch, changelog, and commit policy
  • pre-commit — local hooks for branch, changelog, and commit checks
  • Skill — Copilot CLI skill usage via uvx
  • Conventional branches — branch naming model for trunk-based publishing
  • Git magic — opinionated commit workflows and reusable Git safety checks

What This Docs Set Covers

The docs are intentionally split so the landing page stays short:

  • the CLI and config model live in rrt-cli.md
  • branch policy and release naming live in semantic-branches.md
  • workflow design and Git safety checks live in git-magic.md
  • CI and local enforcement live in github-action.md and pre-commit.md
  • zero-install guidance lives in skill.md

That keeps the homepage readable while still giving each workflow a complete leaf page.