Update RELEASING.md
All checks were successful
CI - Docs build check / build-check (push) Successful in 6s
All checks were successful
CI - Docs build check / build-check (push) Successful in 6s
This commit is contained in:
27
RELEASING.md
27
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/<tag>/` |
|
||||
| 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user