Changelog
[2026.04.10] - Buildability-driven reconcile
Added
- Publish
buildability.jsonon everymc/<mcVersion>branch so downstream release controllers can see per-target readiness, mapping-channel selection, and explicit blockers. - Add a plugin-driven buildability evaluation step that marks Fabric, Quilt, Paper, NeoForge, Minestom, and related targets as
buildable,blocked, orpartial.
Changed
- Upgrade
publish reconcileto fingerprint buildability state, so later mapping or artifact changes on an existing Minecraft version trigger a refresh even without a new Mojang release. - Promote
reconcileandauditto the documented default workflows for local Codex- or host-driven publishing.
[2026.04.09] - Local publish runner
Added
- Add a
publish missingflow plus local helper scripts somcmeta-harvestcan publish missingmc/<mcVersion>branches without relying on the GitHub Actions scheduler. - Add
uebliche.devactions for one-shot missing-version publish runs and a long-running local publish runner. - Add a Docker-based local publish runner service plus example environment variables for token-backed HTTPS pushes to
uebliche/mcmeta.
Changed
- Prefer the local
ghlogin for host-side publish helpers anduebliche.devrunner actions, while keeping token-based auth as the Docker and CI fallback.
[2026.02.01] - Feature checklist
Added
- Add feature checklist page to track project progress.
[2026.01.31] - Artifacts upload
Added
- Add S3 upload for harvested artifacts with configurable prefix and endpoint.
[2026.01.18] - 2026-01-18
Added
- Harvest Yarn mapping versions per Minecraft version into mcmeta metadata.
- Log harvest steps with per-source summaries.
- Allow harvest commands to publish directly to git with --publish.
- Support mc=latest and mc=custom in harvest commands.
Changed
- Remove GitHub Actions schedules; runs only on push or manual dispatch.
[2026.01.08] - 2026-01-08
Added
- Cache upstream source responses on disk to speed up harvest re-runs.
- Add Purpur builds to harvested artifacts output.
[2026.01.07] - 2026-01-07
Added
- Add mcmeta harvest docs and changelog pages.
- Harvest Mojang download metadata and release details into mcmeta branches.
Changed
- Remove repository references from the public docs page.