Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 860 Bytes

File metadata and controls

25 lines (18 loc) · 860 Bytes

Release Process

Version Locations

The version number lives in 5 locations. All must be updated together:

File Field
.claude-plugin/plugin.json "version"
.claude-plugin/marketplace.json "version" (2 entries — both plugins)
SKILL.md frontmatter version
references/html-template.md <meta name="generator" content="html-slides vX.Y.Z">
references/presentation-layer.md <meta name="generator" content="html-slides vX.Y.Z">

How to Bump

  1. Update all 4 locations to the new version
  2. Commit with message: Bump to vX.Y.Z
  3. Push to main

Versioning

  • Patch (0.6.x) — Theme additions, font/layout tweaks, doc updates
  • Minor (0.x.0) — New components, mode changes, breaking workflow changes
  • Major (x.0.0) — Complete redesign or architecture overhaul