repo-release-tools policy checks
Version updated for https://github.com/Anselmoo/repo-release-tools to version v0.1.10.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
repo-release-tools is a GitHub Action and CLI tool designed to enforce release policies and automate workflows in software repositories. It validates branch naming, commit messages, and changelog updates in CI pipelines to ensure consistency and compliance with release standards. Additionally, it provides local developer tools for branch management, versioning, pre-commit hooks, and streamlined release automation, addressing common challenges in maintaining structured and efficient release workflows.
What’s Changed
What’s Changed
- feat: enhance changelog management with unreleased section handling and coverage reporting by @Anselmoo in https://github.com/Anselmoo/repo-release-tools/pull/24
- feat: add –force option to bump command for resetting existing release branches by @Anselmoo in https://github.com/Anselmoo/repo-release-tools/pull/26
- feat: implement lefthook integration with message file support for changelog updates by @Anselmoo in https://github.com/Anselmoo/repo-release-tools/pull/27
- chore: bump version to v0.1.10 by @Anselmoo in https://github.com/Anselmoo/repo-release-tools/pull/28
Full Changelog: https://github.com/Anselmoo/repo-release-tools/compare/v0.1.9...v0.1.10