Investigate versioning inconsistency - CHANGELOG.md ahead of git tags #143
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Description
During a documentation audit, a versioning inconsistency was discovered:
v3.1.13.1.2dated 2026-01-23 (never tagged/released)3.1.0(behind actual release)v3.1.1This indicates the versioning workflow is not properly enforced.
Immediate Fixes Applied
Root Cause Investigation Needed
Analyze how versioning flows through the system.
Acceptance Criteria
Fix Implemented
Changes Made
Created
scripts/release.sh- Versioning workflow script that ensures consistency:[Unreleased]section in CHANGELOGFixed CHANGELOG.md - Consolidated all changes since v3.1.1 under
[Unreleased]Updated CLAUDE.md - Comprehensive versioning documentation:
[Unreleased])./scripts/release.sh)Released v3.2.0 - Using the new workflow:
v3.2.0Create PR
https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/compare/development...fix/issue-143-versioning-workflow
Acceptance Criteria