mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-17 21:18:36 +00:00
616 B
616 B
Releasing Claude HUD
Versioning Strategy
Claude HUD follows semantic versioning. Release tags are vX.Y.Z. Both
tui/package.json and .claude-plugin/plugin.json are kept in sync.
Release Steps
- Bump versions:
node scripts/release.ts --bump patch - Generate changelog entry:
node scripts/changelog.ts X.Y.Z - Review
docs/CHANGELOG.md, commit, and tag:git commit -am "chore: release X.Y.Z" git tag vX.Y.Z git push --follow-tags
Artifacts
GitHub Actions builds the TUI and uploads claude-hud-tui.tar.gz on release tags.