Homebrew tap for jv-k's tools.
| Formula | Installs | What it is |
|---|---|---|
verbump |
VerBump |
VerBump — a release tool for Git projects: SemVer bump, CHANGELOG, tag, push |
brew install jv-k/tap/verbumpor, in two steps:
brew tap jv-k/tap
brew install verbumpThe installed command is VerBump (matching the npm package's bin).
Runtime dependencies (bash, jq) are installed automatically.
- CI (
ci.yml) runsbrew style,brew audit --strict --online,brew installandbrew teston macOS and Linux for every push and pull request. - Auto-bump (
bump-formula.yml) checks jv-k/VerBump every 6 hours (and on manual dispatch) for a newer stablevX.Y.Ztag and updates the formula'surl/sha256automatically. Pre-release tags are ignored.
Report problems with VerBump itself on the main repo; packaging problems on this tap's issue tracker.