diff --git a/CHANGELOG.md b/CHANGELOG.md index 989673c..3e52eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ BRIEF: Release changelog # Changelog ## [Unreleased] +### Added +- `workflow_sync.php` — cascading workflow sync from Generic → platform templates → live repos based on manifest.platform +- `platform_detect.php` — auto-detect repo platform type (joomla/dolibarr/go/mcp/platform/generic) from file structure, optionally update manifest +- Version prefix support in `version_read.php` and `version_bump.php` — repos with `` in manifest (e.g. MokoGitea: `1.26.1+moko.`) get prefix-aware version scanning and bumping +- Platform types: joomla, dolibarr, go, mcp, platform, generic +- Template-Go and Template-MCP repos created + +### Changed +- `auto-release.yml` — patch branches (fix/*, patch/*, hotfix/*, bugfix/*) use `--bump none` (pre-release already bumped); feature/dev branches bump minor +- `pre-release.yml` — triggers on push to dev, fix/**, patch/**, hotfix/**, bugfix/**, alpha, beta, rc branches +- Version format standardized: `[prefix]XX.YY.ZZ` in source files, suffix (`-dev`, `-rc`) added by release system only ## [09.25.00] --- 2026-06-04