From ed531f9fb680d7c5149433f57a31760e9bf2db2f Mon Sep 17 00:00:00 2001 From: Andrey <1+eslider@noreply.localhost> Date: Thu, 9 Jul 2026 15:55:04 +0100 Subject: [PATCH] Link license to readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cfa7d3..7ca6989 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,5 @@ Contributing (TDD-first workflow): [`CONTRIBUTING.md`](CONTRIBUTING.md). ## CI & releases Every push runs the pipeline in [`.github/workflows/release.yaml`](.github/workflows/release.yaml): **pytest unit tests**, a compile check, a 10-second virtual smoke flight verified with DuckDB, and a Trivy vulnerability/misconfiguration scan. The simulator Docker build also runs `pytest` — a failing test blocks the image. Pushes to `main` then cut a semantic version from the conventional-commit type (`feat:` → minor, `!`/`BREAKING CHANGE` → major, else patch), tag the commit, and publish a release with a **fleet release manifest** (versioned artifact list with checksums — the delivery unit described in [11 — CI/CD & delivery](docs/11-cicd-delivery.md)) plus a source bundle. + +[LICENSE](LICENSE)