Add just release command, container description, and verify publish pipeline #21
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/21/head"
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
justcommand, and verify the CI container publishing pipeline is correct.Changes
justfile:just release major|minor|patch— generates the CHANGELOG entry via git-cliff, pauses for review, commits, bumps the version via bump-my-version, pushes commits and tag to originContainerfile: expandorg.opencontainers.image.descriptionfrom a one-liner to a readable explanation shown on the Codeberg container registry page.woodpecker/publish-container.ymlis wired correctly for tag-triggered container buildsROADMAP.md: update Phase 8 to reflect accurate state (tooling built, release not yet cut)Out of scope
No actual release is cut in this PR — tooling only.
Closes #22