Files
Jonathan Miller a5a16fb7e3
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Platform: MokoCLI CI / Gate 2: Unit Tests (8.1) (pull_request) Blocked by required conditions
Platform: MokoCLI CI / Gate 2: Unit Tests (8.2) (pull_request) Blocked by required conditions
Platform: MokoCLI CI / Gate 2: Unit Tests (8.3) (pull_request) Blocked by required conditions
Platform: MokoCLI CI / Gate 3: Self-Health Check (pull_request) Blocked by required conditions
Platform: MokoCLI CI / Gate 4: Governance (pull_request) Blocked by required conditions
Platform: MokoCLI CI / Gate 5: Template Integrity (pull_request) Blocked by required conditions
Platform: MokoCLI CI / CI Summary (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Successful in 4s
Universal: PR Check / Validate PR (pull_request) Successful in 8s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Platform: MokoCLI CI / Gate 1: Code Quality (pull_request) Failing after 1m31s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Failing after 5s
fix: rename moko-platform to MokoCLI in documentation (#268)
Update all markdown files: README, CHANGELOG, CLAUDE.md, index files,
templates, issue templates, and inline documentation.
2026-06-20 11:39:54 -05:00

2.0 KiB

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 <version_prefix> 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

[09.23] --- 2026-05-31

[09.22] --- 2026-05-31

Changed

  • refactor(cli): migrate 64 legacy scripts to CliFramework (#235) — all tools in cli/, automation/, maintenance/, deploy/, release/ now extend CliFramework with free --help, --verbose, --quiet, --dry-run, --json, banners, and coloured logging

Fixed

  • fix: auto-detect org/repo in updates_xml_build from manifest and git remote
  • fix: restore hyphen in version suffixes
  • fix: release names use standardized format
  • fix: remove lesser stream copies, each stream updates independently
  • fix: sort updates.xml entries dev first, stable last

[09.21] --- 2026-05-30

[09.20] --- 2026-05-30