Skip to main content
Settings
Search
Appearance
Theme Mode
About
Jekyll v3.10.0
Environment Production
Last Build
2026-06-18 05:36 UTC
Current Environment Production
Build Time Jun 18, 05:36
Jekyll v3.10.0
Build env (JEKYLL_ENV) production
Quick Links
Page Location
Page Info
Layout default
Collection docs
Path _docs/development/release-management.md
URL /docs/development/release-management/
Date 2026-06-18
Theme Skin
SVG Backgrounds
Layer Opacity
0.6
0.04
0.08

Table of Contents

Release Management

Releases follow Conventional Commits and Semantic Versioning. The release process is fully automated via scripts/bin/release:

./scripts/bin/release patch           # e.g. 1.9.8 → 1.9.9
./scripts/bin/release minor           # e.g. 1.9.8 → 1.10.0
./scripts/bin/release patch --dry-run # preview without changes

The command handles version bumping, CHANGELOG generation, gem build, RubyGems publication, and GitHub release creation in one step.

Full Reference

The complete release automation guide — 10-step workflow, flags, troubleshooting, library architecture — is in the contributor docs:

Release Automation → docs/systems/release-automation.md

See also: Automated Version System → docs/systems/automated-version-system.md