chore(release): bump to 0.5.0 and document release process#10
Merged
Conversation
Bumps both manifests (src/dot-claude-plugin/plugin.json and .claude-plugin/marketplace.json) to 0.5.0 so the seven content changes since 0.4.0 (global numbering, Suggested Fix column, format regression tests, eval max_tokens bump, .env gitignore) reach marketplace users. Adds CLAUDE.md with a release checklist and semver guidance, and adds a matching Releasing section to the README so contributors and Claude Code sessions know what files to bump.
Removes the standalone CLAUDE.md added in the previous commit and folds its semver guidance into the README's Releasing section, so the release checklist and semver rules live in one place.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/dot-claude-plugin/plugin.jsonand.claude-plugin/marketplace.json(kept in sync as required bymake test) so the seven content changes merged since 0.4.0 actually reach marketplace users - currently they sit onmainbutversionwas never bumped, so reinstalling pulls the same 0.4.0 SHA.CHANGELOG.mdentry covering the 0.4.0 -> 0.5.0 deltas: global sequential numbering in summary tables, Suggested Fix column, format regression tests, evalmax_tokensbump,.envin gitignore.CLAUDE.mdwith a release checklist and semver guidance so future Claude Code sessions (and human maintainers) know exactly which files to touch.README.mdmirroring the checklist and pointing atCLAUDE.mdfor details.Context
The marketplace tracks
mainof this repo (no git tags, no GitHub releases), so a release is "bump both manifests and merge to main." Without a version bump, end users who run/plugin marketplace update hartbrook-pluginsfollowed by reinstall still land on the same cached SHA they already had.make testpasses (57/57) and confirms the two manifests stay in sync.