Skip to content

Releases: claylo/git-pm

v1.0.2

17 Jan 06:44

Choose a tag to compare

v1.0.2 - 2026-01-17

Installation

brew install claylo/brew/git-pm

Or download the git-pm script and place it in your PATH.

Already Installed? Upgrade

brew upgrade git-pm

v1.0.1

17 Jan 06:20

Choose a tag to compare

v1.0.1 - 2026-01-17

Installation

brew install claylo/brew/git-pm

Or download the git-pm script and place it in your PATH.

Already Installed? Upgrade

brew upgrade git-pm

1.0.0

17 Jan 04:34
fbd826a

Choose a tag to compare

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