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:
@@ -66,11 +66,11 @@ 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 |
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -117,11 +117,12 @@ 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user