- Set npm auth:
export NPM_TOKEN="your-npm-token-here"- Run the release script (bumps patch, rebuilds dist/cli.js, publishes, pushes):
./release.sh- Verify:
npm info gitgang version
npm install -g gitgang@latest
gg --version- The CLI is now bundled with esbuild for Node; no Bun binary is shipped.
publish-npm-macos.shis legacy (Bun-based) and should be avoided; userelease.shinstead.