bump-plugin-version

Solid

(project) Use when editing any file under skills/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing

DevOps & Infrastructure 120 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
69
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
48
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Bump Plugin Version After editing files under `skills/hal-skills/` or `plugins/hal-voice/`, bump the plugin's `version` field in `.claude-plugin/marketplace.json` (the repo-root marketplace manifest). It is the single source of versions: each plugin is an entry in its `plugins` array, and there are no per-plugin `plugin.json` files. - **Patch** (0.2.0 -> 0.2.1): bug fixes, config changes, style cleanup - **Minor** (0.2.0 -> 0.3.0): new features, new hooks, new commands - **Major** (0.2.0 -> 1.0.0): breaking changes to hook behavior or config format ## Before bumping Compare the working-tree version against the version on `origin/main`: ```bash git show origin/main:.claude-plugin/marketplace.json ``` If the plugin's version already differs from `origin/main`, it was already bumped for unreleased work. **Do not bump again.** Only bump when the working-tree version matches `origin/main`. If both plugins changed, check each independently.

Details

Author
vinta
Repository
vinta/hal-9000
Created
10 years ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Listed

plugin-manager-update

維護一個既有自製 plugin 並 bump 版本號。當使用者說 /plugin-manager:update、「改自製 plugin」、「更新某個 plugin」、「bump plugin 版本」、「plugin 改完要發版」時觸發。協助修改 plugin 的 skill/hook 內容後,bump plugin.json 的 version 並同步 registry,讓其他專案刷新 marketplace 後能抓到新版。

2 Updated 5 days ago
abs1294
AI & Automation Featured

version-bump

Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing (so `npx claude-mem@X.Y.Z` resolves) is handed off to the human maintainer, who raised npm security.

88,682 Updated 3 days ago
thedotmack
Code & Development Listed

marketplace-dev

This skill MUST activate when creating, modifying, or reviewing the shipwright plugin or its marketplace entry. Triggers on: editing files under plugins/shipwright/, modifying plugin.json or .claude-plugin/marketplace.json, adding commands/skills/agents/hooks to the shipwright plugin, editing TESTING.md, reviewing or creating pull requests that touch plugins/shipwright/, or when user mentions "version bump", "release", "add command", "add skill", "add hook", "add agent", "marketplace update", "plugin checklist", "plugin.json", or "marketplace.json". This skill prevents version drift and enforces structural conventions for the shipwright plugin in this self-hosted marketplace.

8 Updated today
app-vitals