Extract Commit Action
Version updated for https://github.com/somaz94/commit-info-extractor to version v1.4.0.
- This action is used across all versions by 2 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 extract and process information from commit messages using customizable regex patterns or commands. It automates the retrieval of specific data (e.g., environment variables, feature tags, version numbers) from commits, supporting multiple output formats like text, JSON, and CSV. This tool simplifies commit analysis, enhances workflow automation, and offers flexibility with features like customizable commit ranges, fail-safe validation, and debug mode.
Release notes
Build
- bump actions/setup-python from 5 to 6 by @dependabot[bot]
Documentation
- README.md by @somaz94
- README.md by @somaz94
- update TESTING.md and README.md for modular app structure by @somaz94
- test/TESTING.md by @somaz94
Features
- add extract_pattern, commit_range inputs and match_count output by @somaz94
- add extract_pattern, commit_range inputs and match_count output by @somaz94
- add extract_pattern, commit_range inputs and match_count output by @somaz94
Refactoring
- modularize entrypoint.py into app/ package by @somaz94
- modularize entrypoint.py into app/ package by @somaz94
Full Changelog: https://github.com/somaz94/commit-info-extractor/compare/v1.3.2...v1.4.0