Extract Commit Action
Version updated for https://github.com/somaz94/commit-info-extractor to version v1.4.2.
- This action is used across all versions by 3 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Extract Commit Action” is a GitHub Action designed to automate the extraction and processing of information from commit messages using customizable regex patterns or commands. It simplifies tasks like parsing commit logs for specific data, such as environment variables, feature tags, or version numbers, and outputs the results in formats like text, JSON, or CSV. Its key features include customizable commit analysis depth, fail-safe validation, and integration into CI workflows, making it ideal for streamlining commit-based metadata extraction and improving automation in development pipelines.
What’s Changed
Chore
- add git config protection to CLAUDE.md by @somaz94
- remove duplicate rules from CLAUDE.md (moved to global) by @somaz94
Documentation
- remove duplicate rules covered by global CLAUDE.md by @somaz94
Refactoring
- extract dedup helper, narrow exception catches, and clean up redundant checks by @somaz94
Full Changelog: https://github.com/somaz94/commit-info-extractor/compare/v1.4.1...v1.4.2