Publishing and Release
Publication is the bridge between “this pack exists” and “this workspace can use it.”
The release path should leave a clean trail:
- which source produced the build
- which image or artifact was published
- which release was created
- which workspace attached it
Keep release state visible
A good release flow lets you answer:
- is the artifact published
- is it installable
- is it attached anywhere
- which version is active in this workspace
That is what keeps debugging and governance manageable later.