Releases: RyuApps/prepush
Releases · RyuApps/prepush
v1.0.0
First public release of prepush.
Highlights
- Native pre-push window — blocks
git pushuntil 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 --jsonfor 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.