Update RELEASING.md
All checks were successful
CI - Docs build check / build-check (push) Successful in 6s

This commit is contained in:
2026-01-19 22:42:21 +00:00
parent 27cb3e5c25
commit 08c50299f0

View File

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