Public Access
e4d9bce5d0
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Universal: Auto Version Bump / Version Bump (push) Successful in 5s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
2.0 KiB
2.0 KiB
Changelog
[Unreleased]
Added
workflow_sync.php— cascading workflow sync from Generic → platform templates → live repos based on manifest.platformplatform_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.phpandversion_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 minorpre-release.yml— triggers on push to dev, fix/, patch/, hotfix/, bugfix/, alpha, beta, rc branches- Version format standardized:
[prefix]XX.YY.ZZin 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