Add just release command and CI container publishing #22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add release scaffolding so cutting a release is a single command.
What
A justfile with a
just release major|minor|patchrecipe that:The existing Woodpecker
publish-containerpipeline already triggers on tag events and publishes the container image to codeberg.org/marvin8/wuming. This issue verifies that pipeline is complete and correct.The container image description label (org.opencontainers.image.description) will be expanded from the current one-liner to a useful explanatory paragraph that Codeberg displays on the package registry page.
Out of scope
This issue is tooling only — no actual release is cut as part of this work.