| applyTo | plugins/**/plugin.json,.github/plugin/marketplace.json |
|---|
The version field in every plugins/<name>/plugin.json must always match the corresponding entry's version in .github/plugin/marketplace.json.
When editing either file:
- If you change the
versionin aplugin.json, update the matching entry in.github/plugin/marketplace.jsonto the same value. - If you change a plugin's
versioninmarketplace.json, update the correspondingplugin.jsonto the same value.
Both files must be committed together so the CI version-sync check passes.