Versions
The Pipeline Framework documentation is available for the following versions:
Latest Version
- v26.2 - Current documentation
Previous Versions
About Versioning
The Pipeline Framework follows semantic versioning:
- Major versions (
x.0.0) may introduce breaking changes. - Minor versions (
x.y.0) add features and improvements while preserving compatibility guarantees for the same major version. - Patch versions (
x.y.z) include fixes and incremental improvements.
Documentation Snapshot Policy
This site keeps snapshots for released docs versions and points the latest docs to the root. When cutting a new release, create a docs snapshot and update the version list:
bash
cd docs
npm run snapshot -- --version vX.Y[.Z]