diff --git a/RELEASING.md b/RELEASING.md index 113b814..db23f06 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -65,13 +65,13 @@ This naming policy is intentional and is enforced by CI. ## CI and Workflows Overview -| Workflow | Trigger | Purpose | -|———|———|———| -| CI Docs | Push / PR to `release-candidate` | Strict MkDocs build validation | -| Prerelease | Tag `v*` containing `-rc` | Build and publish prerelease artifacts | -| Release | Tag `v*` not containing `-rc` | Build and publish final release | -| RC Pages Deploy | RC tag | Publish preview docs under `/rc//` | -| Main Pages Deploy | Push to `main` | Publish stable docs to root | +| Workflow | Trigger | Purpose | +|-------------------|----------------------------------|----------------------------------------| +| CI Docs | Push / PR to `release-candidate` | Strict MkDocs build validation | +| Prerelease | Tag `v*` containing `-rc` | Build and publish prerelease artifacts | +| Release | Tag `v*` not containing `-rc` | Build and publish final release | +| RC Pages Deploy | RC tag | Publish preview docs under `/rc//` | +| Main Pages Deploy | Push to `main` | Publish stable docs to root | — @@ -116,12 +116,13 @@ This redundancy is intentional. These variables control CI and release behavior: -| Variable | Purpose | -|———|———| -| `MKDOCS_STRICT` | Enable/disable strict MkDocs builds | -| `ENABLE_RELEASE` | Master switch for releases | -| `ENABLE_DEPLOY` | Master switch for deployments | -| `CI_PROVIDER` | `github`, `gitea`, or `act` | +| Variable | Purpose | +|-------------------|-------------------------------------| +| `MKDOCS_STRICT` | Enable/disable strict MkDocs builds | +| `ENABLE_RELEASE` | Master switch for releases | +| `ENABLE_DEPLOY` | Master switch for deployments | +| `CI_PROVIDER` | `github`, `gitea`, or `act` | +| Main Pages Deploy | Push to `main` | Defaults are defined in repository settings.