/GIT
Coulson
Version bump, changelog, commit — full release management. Now with release discipline: the version tag is applied by default (a tagless release commit is invisible to release tooling), and npm publishing is gated behind an explicit --npm opt-in that only ships packages whose version matches the bump, in dependency order.
CoulsonUSAGE
/git [--major | --minor | --patch] [--dry-run]WHAT HAPPENS
- 1Coulson analyzes changes since last release
- 2Version bumped (semver) based on change scope
- 3Changelog generated from commit history
- 4Clean commit created with proper message
- 5Release tag applied
THE ARMORY
Toggle flags to forge your command. — Bilbo
$/git