mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
Update the version extraction logic in the release workflow to properly handle 3-part semantic versions like v0.96.1 in addition to existing 2-part versions like v0.96. MSI installers require 4-part versions (major.minor.build.revision): - v0.96 → 0.96.0.0 (unchanged behavior) - v0.96.1 → 0.96.1.0 (new support) - v0.96.1.2 → 0.96.1.2 (passthrough) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>