Release Surfaces¶
Release-facing make behavior should be visible before it is triggered from CI.
The repository keeps release-related make logic in places such as
makes/publish.mk, makes/bijux-py/repository/publish.mk, and the build and
sbom fragments that shape artifact creation. These surfaces should make release
behavior understandable outside the workflow YAML that eventually invokes them.
Release Anchors¶
makes/publish.mkmakes/bijux-py/repository/publish.mkmakes/bijux-py/ci/build.mkmakes/bijux-py/ci/sbom.mk
Purpose¶
This page records the main make files that influence release preparation and publication behavior.
Stability¶
Keep it aligned with the repository’s actual release-facing make surfaces.