versioning
Installation
SKILL.md
FTC Versioning Guardrail
STOP: Do Not Manually Change Version Numbers!
This repository uses an automated release process. Contributors should NEVER manually change version numbers in any file.
Files You Should NOT Edit (Version Fields)
| File | Field | Why Not |
|---|---|---|
plugins/<name>/plugin.json |
version |
Release script updates this |
plugins/<name>/skills/<name>/SKILL.md |
metadata.version |
Release script updates this |
.claude-plugin/marketplace.json |
plugin version |
Release script updates this |
The Correct Workflow
For Contributors
- Make your changes to the skill (SKILL.md, scripts, etc.)