v0.2.1
core
current
Public
Core release checklist
Follow the implementation-side gates required before a Core release is tagged.
- Owner
- Foundry Core
- Source
core/docs/RELEASE-CHECKLIST.md- Ref
v0.1.15- Policy
- release-bound
Component pins for v0.2.1
| Component | Role | Version |
|---|---|---|
| core | runtime | v0.1.15 |
| theme-shield | theme | v0.1.14 |
| restricted-component-1 | brand-theme | v0.1.4 |
| dark-mode | runtime-addon | v0.1.0 |
| i18n | runtime-addon | v0.1.0 |
| starter | reference | v0.1.2 |
| docs | reference | v0.1.4 |
| distribution | tooling | v0.3.0 |
| restricted-component-2 | consumer-reference | v0.1.4 |
- Update block registry if new blocks added.
- Run
hugo --minifyon a sample site. - Run
node scripts/validate-blocks.js /path/to/site. - Update docs (BLOCKS.md, SYSTEM-SPEC.md if needed).
- Tag a release (e.g., v0.2.0).
- Update site pins only when approved.