Releases: Chris0Jeky/llm-release-gate
Release list
llm-release-gate v0.1.2
Marketplace metadata fix
- Shortens the Action description to 122 characters, satisfying GitHub Marketplace validation.
- Keeps the Action behavior unchanged; package metadata and the measured regression-demo hash now report
0.1.2consistently. v0now points to this reviewed patch release.
To list the Action, open this release, select Publish this Action to the GitHub Marketplace, choose Continuous integration as the primary category (optional Code quality), then complete GitHub's agreement and identity prompts.
llm-release-gate v0.1.1
Maintenance release
This patch updates the Action and repository workflows to supported Node 24 action runtimes.
actions/checkout@v5,actions/setup-python@v6, andactions/upload-artifact@v6- self-hosted users need GitHub Actions Runner
>= 2.327.1; GitHub-hosted runners are already compatible - package, CLI, manifests, and measured documentation report
0.1.1
Verified at this release commit: 84 tests, green and deliberately-red demos, hosted CI/action self-test, Dependency Graph, and no Node 20 deprecation/forced-runtime warning in CI logs.
The v0 compatibility tag now points to this reviewed patch release. PyPI publication and real provider adapters remain deferred; Marketplace publication still awaits the owner's agreement/identity step in HUMAN_TODO.md.
llm-release-gate v0.1.0
Initial release
llm-release-gate is an offline-first CLI and GitHub Action for comparing a baseline and candidate LLM application configuration against a versioned golden dataset, then blocking configured regressions.
- deterministic fake-provider fixtures; no API key required for demos, tests, or CI
- report, manifest, and reproducible result hash outputs
- GitHub Action reference:
Chris0Jeky/llm-release-gate@v0
Verified at this release commit: full test suite, green and deliberately-red demos, hosted CI/action self-test, and dependency graph.
PyPI publication and real provider adapters are intentionally deferred. GitHub Marketplace publication awaits the repository owner's agreement/identity step recorded in HUMAN_TODO.md.