Releases: claylo/git-pm
Releases · claylo/git-pm
v1.0.2
v1.0.1
1.0.0
What's Changed
feat: add git-pm script with conventional commit validation
A Bash wrapper for GitHub CLI that validates conventional commits,
creates PRs with proper titles from commit messages, polls for check
completion, and auto-merges.
- Configurable via GIT_PM_BASE, GIT_PM_MERGE, GIT_PM_MAX_WAIT, GIT_PM_INTERVAL
- Supports squash, merge, and rebase strategies
- Includes CI workflow and PR title linting
Full Changelog: https://github.com/claylo/git-pm/commits/v1.0.0