Lazy Bump
Quick patch bump workflow for projects with a package.json.
Steps
- •Check current version in
package.jsonBEFORE bumping - •Run all tests
- •Patch bump version (
package.jsonand any other version references in the repo) - •Commit and push
- •Update binary links using the project's standard toolchain (e.g.,
bun link/npm link/install -g) - •Verify version from global PATH with the installed binary:
<binary> --version