{"id":47733721,"url":"https://github.com/anselmoo/repo-release-tools","last_synced_at":"2026-05-19T08:13:44.029Z","repository":{"id":348058649,"uuid":"1196330847","full_name":"Anselmoo/repo-release-tools","owner":"Anselmoo","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-04T17:40:01.000Z","size":195,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T00:03:51.223Z","etag":null,"topics":["conventional-branches","conventional-commits","github-actions","pre-commit-hook","publish","python","symantic"],"latest_commit_sha":null,"homepage":"https://anselmoo.github.io/repo-release-tools/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Anselmoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-30T15:40:49.000Z","updated_at":"2026-04-04T15:35:19.000Z","dependencies_parsed_at":"2026-04-05T00:01:19.778Z","dependency_job_id":null,"html_url":"https://github.com/Anselmoo/repo-release-tools","commit_stats":null,"previous_names":["anselmoo/repo-release-tools"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Anselmoo/repo-release-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anselmoo%2Frepo-release-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anselmoo%2Frepo-release-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anselmoo%2Frepo-release-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anselmoo%2Frepo-release-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anselmoo","download_url":"https://codeload.github.com/Anselmoo/repo-release-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anselmoo%2Frepo-release-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31455474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conventional-branches","conventional-commits","github-actions","pre-commit-hook","publish","python","symantic"],"created_at":"2026-04-02T22:05:59.402Z","updated_at":"2026-05-19T08:13:44.021Z","avatar_url":"https://github.com/Anselmoo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repo-release-tools\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/Anselmoo/repo-release-tools/blob/main/docs/assets/banner-dark.png?raw=true\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/Anselmoo/repo-release-tools/blob/main/docs/assets/banner-light.png?raw=true\"\u003e\n  \u003cimg alt=\"REPO-RELEASE-TOOLS pipeline banner\" src=\"https://github.com/Anselmoo/repo-release-tools/blob/main/docs/assets/banner-dark.png?raw=true\"\u003e\n\u003c/picture\u003e\n\n`repo-release-tools` keeps release policy boring in the best possible way.\n\nUse it from **GitHub Marketplace** when you want CI to validate branch names,\ncommit subjects, and changelog policy. Install it from **PyPI** when you want a\nlocal CLI, hook integration, version bumps, and release-branch automation.\n\n- GitHub Marketplace action: \u003chttps://github.com/marketplace/actions/repo-release-tools-policy-checks\u003e\n- PyPI package: \u003chttps://pypi.org/project/repo-release-tools/\u003e\n\n\u003c!-- rrt:auto:start:readme-toc --\u003e\n- [Choose your entry point](#choose-your-entry-point)\n  - [Use the GitHub Action for CI policy checks](#use-the-github-action-for-ci-policy-checks)\n  - [Use the Python package for local workflow automation](#use-the-python-package-for-local-workflow-automation)\n- [Changelog workflows](#changelog-workflows)\n- [What the project includes](#what-the-project-includes)\n- [Start with the doc that matches your task](#start-with-the-doc-that-matches-your-task)\n- [License](#license)\n\u003c!-- rrt:auto:end:readme-toc --\u003e\n\n## Choose your entry point\n\n### Use the GitHub Action for CI policy checks\n\nChoose the action if you want pull requests and pushes to fail fast when a repo\ndrifts from your release policy.\n\n- validates branch names such as `feat/add-parser`\n- validates Conventional Commit subjects\n- validates changelog policy in CI\n- optionally checks that the working tree stays clean\n- can run `rrt doctor` as a pre-release health gate\n\n```yaml\n- uses: actions/checkout@v6\n  with:\n    fetch-depth: 0\n\n- uses: Anselmoo/repo-release-tools@v1.6.1\n  with:\n    check-branch-name: \"true\"\n    check-commit-subject: \"true\"\n    check-changelog: \"true\"\n```\n\nSee the full action guide:\n\u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/action.md\u003e\n\nSee the full CLI and commands reference:\n\u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/rrt-cli.md\u003e\n\n### Use the Python package for local workflow automation\n\nChoose the package if you want the developer-side tools: branch helpers,\nversion bumps, config inspection, pre-commit hooks, and release automation.\n\n```bash\npip install repo-release-tools\nrrt init\nrrt branch new feat \"add parser\"\nrrt git commit \"add parser\"\nrrt git doctor\nrrt bump patch\n```\n\nOr run the CLI without installing it permanently:\n\n```bash\nuvx repo-release-tools branch new feat \"add parser\"\n```\n\nIf `rrt` is already installed and you want the bundled agent skill for Copilot,\nClaude, or Codex, install it with:\n\n```bash\nrrt skill install --target copilot-local\nrrt skill install --target claude-local --target codex-local\nrrt skill install --target codex-global --dry-run\n```\n\nFor basic versioning, `bump` and `ci-version` can run without `[tool.rrt]` by\nauto-detecting root-level `pyproject.toml`, `package.json`, and `Cargo.toml`.\nIf multiple version files are found, they are updated together. Explicit config\nis for the nice extras: grouped releases, changelog paths, release branches,\nlock commands, generated files, and custom patterns.\n\n## Changelog workflows\n\nPick the style that matches how your repository lands changes.\n\n**`incremental` (default)** — for teams that maintain changelog entries during development.\n- `rrt-update-unreleased` and `rrt-changelog` hooks stay active.\n- The GitHub Action resolves `changelog-strategy: auto` to `per-commit`.\n- `rrt bump` defaults to `auto`.\n\n**`squash`** — for repositories that squash many commits into one PR merge.\n- Changelog write and check hooks skip enforcement.\n- The GitHub Action resolves `changelog-strategy: auto` to `release-only`.\n- `rrt bump` defaults to `generate`.\n\nMinimal config:\n\n```toml\n[tool.rrt]\nrelease_branch = \"release/v{version}\"\nchangelog_file = \"CHANGELOG.md\"\nchangelog_workflow = \"incremental\"  # or \"squash\"\n\n[[tool.rrt.version_targets]]\npath = \"pyproject.toml\"\nkind = \"pep621\"\n```\n\nNative config is also supported in `package.json` (`\"rrt\": { ... }`) and\n`Cargo.toml` (`[package.metadata.rrt]` / `[workspace.metadata.rrt]`). Go repos\nshould use `.rrt.toml` or `.config/rrt.toml`.\n\n## What the project includes\n\n- `rrt` CLI for branches, bumps, config inspection, and Git helpers\n- `rrt-hooks` for `pre-commit`, `lefthook`, and CI validation\n- a reusable GitHub Action in `action.yml`\n- bundled agent skills for `uvx` and installed-CLI workflows\n- docs for branch policy, hook setup, and release workflows\n\n## Start with the doc that matches your task\n\n\u003c!-- rrt:auto:start:readme-links --\u003e\n- Docs index: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/index.md\u003e\n- GitHub Action: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/action.md\u003e\n- CLI reference: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/rrt-cli.md\u003e\n- Hook setup: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/hooks.md\u003e\n- Conventional branches: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/branch.md\u003e\n- Git workflow helpers: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/git_cmd.md\u003e\n- Agent skills: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/skill.md\u003e\n- Project tree: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/tree.md\u003e\n- Markdown TOC: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/toc.md\u003e\n- Config health checks: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/doctor.md\u003e\n- Runtime EOL tracking: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/commands/eol_check.md\u003e\n- Agent instructions: \u003chttps://github.com/Anselmoo/repo-release-tools/blob/main/docs/agent-instructions.md\u003e\n\u003c!-- rrt:auto:end:readme-links --\u003e\n\n## License\n\n`repo-release-tools` is released under the MIT License.\n\nSome workflow ideas were initially inspired by\n[`joseluisq/gitnow`](https://github.com/joseluisq/gitnow), but the `rrt git`\nsurface is intentionally narrower and reshaped around conventional branching,\nsafe commits, and release automation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanselmoo%2Frepo-release-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanselmoo%2Frepo-release-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanselmoo%2Frepo-release-tools/lists"}