Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.37 KB

File metadata and controls

50 lines (36 loc) · 1.37 KB

Release Procedure — zenzic-doc

Release Metadata

Field Value
Version v0.9.0
Codename Basalt
Date 2026-05-31
Status Stable

Release Checklist

Before tagging, every item must be green:

  • just verify — exits 0
  • zenzic check all --strict — zero findings
  • yarn build — exits 0, no broken-link errors
  • package.json version updated to match Zenzic Core release
  • CHANGELOG.md[Unreleased] section moved to the new version heading
  • Update SECURITY.md support table (Add new release, demote previous to Critical/EOL).
  • EN/IT bilingual parity — Z602 I18N_PARITY clean
  • All blog post tags in blog/tags.yml are valid

Build & Deploy

# Local verification
yarn build

# Deploy — triggered automatically by CI on push to main.
# Manual deploy target: CDN (zenzic.dev)

Distribution target: CDNzenzic.dev.

Tag & Push

git tag zenzic-doc-v0.9.0
git push origin release/v0.9.0 --tags
  • Create GitHub Release from the tag, using the ## v0.9.0 CHANGELOG section as the release body.

Changelog Reference

For a detailed list of changes, see CHANGELOG.md.