Go Git Commit Action
Version updated for https://github.com/somaz94/go-git-commit-action to version v1.7.4.
- This action is used across all versions by 18 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Go Git Commit Action is a GitHub Action written in Go that automates common Git operations, including committing, pushing, tagging, and creating pull requests. It simplifies workflows by handling tasks like file updates, branch management, and tag creation/deletion, while ensuring secure authentication. This action is designed for performance and reliability, making it ideal for automating version control processes in CI/CD 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
- precompile regex, extract curl helper, and replace custom contains with strings.Contains by @somaz94
Full Changelog: https://github.com/somaz94/go-git-commit-action/compare/v1.7.3...v1.7.4