Skip to content

Releases: RyuApps/prepush

v1.0.0

09 Jun 03:24

Choose a tag to compare

First public release of prepush.

Highlights

  • Native pre-push window — blocks git push until every item on the branch's checklist is ticked
  • prepush add "<question>" — add checklist items from the command line
  • Manage UI scoped to the current branch — matches the working-tree model of .prepush.yaml
  • JSON output via prepush check --json for scripts and CI
  • Non-invasive install — uses Git's core.hooksPath, never touches .git/hooks/

Install

See the README — clone + make install. Requires Go 1.22+, macOS 10.15+ or Windows 10+, Git 2.9+.

Pre-built binaries planned for a future release.