Expand description
Publishing workflow and topological ordering.
This module provides utilities for publishing packages in the correct dependency order, ensuring that dependencies are published before the packages that depend on them.
Structsยง
- Publish
Package - Represents a package to be published.
- Publish
Plan - A plan for publishing packages in the correct order.