When modifying, adding, or deleting files under plugins/<name>/ (excluding README.md), the version must be bumped.
plugins/<name>/.claude-plugin/plugin.json→version.claude-plugin/marketplace.json→versionof the corresponding plugin
Both values must always be identical.
Format: YYYY.MM.DD[.patch] — determined based on the current date.
| Current Version | Condition | New Version |
|---|---|---|
| Not today | — | YYYY.MM.DD |
YYYY.MM.DD |
Same as today | YYYY.MM.DD.1 |
YYYY.MM.DD.N |
Same as today | YYYY.MM.DD.(N+1) |
Before creating a commit that changes plugin files, verify:
- Has the version in plugin.json been bumped?
- Has the corresponding plugin version in marketplace.json been bumped to match?
- Do both version values match?