Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 513 Bytes

File metadata and controls

24 lines (19 loc) · 513 Bytes

Publishing GitGang Updates

Publish Checklist (Node build)

  1. Set npm auth:
export NPM_TOKEN="your-npm-token-here"
  1. Run the release script (bumps patch, rebuilds dist/cli.js, publishes, pushes):
./release.sh
  1. Verify:
npm info gitgang version
npm install -g gitgang@latest
gg --version

Notes

  • The CLI is now bundled with esbuild for Node; no Bun binary is shipped.
  • publish-npm-macos.sh is legacy (Bun-based) and should be avoided; use release.sh instead.