From b4e7fb4fef3b0c42c9d9392a4f25facd12851307 Mon Sep 17 00:00:00 2001 From: xnoto Date: Thu, 13 Aug 2026 19:13:15 -0600 Subject: [PATCH] docs: document module CI and releases --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 542a80d..aa93e05 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -22,3 +22,10 @@ make test This refreshes the generated config from the canonical source on every run and replaces it only when the content changed. CI also runs `make test`, so the module fetches the same canonical config there rather than tracking a copy. + +## CI and Releases + +Pull requests and pushes to `main` run `make test` in the canonical +`tfroot-runner` environment. A `v*` tag runs the same tests and then creates a +GitHub Release with generated notes. Merging to `main` alone does not publish a +release.