Add just release command, container description, and verify publish pipeline #21

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/21/head into main 2026-06-11 08:28:05 +00:00
coding-agent-marvin8 commented 2026-06-11 07:27:22 +00:00 (Migrated from codeberg.org)

Add release scaffolding so cutting a release is a single just command, 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 origin
  • Containerfile: expand org.opencontainers.image.description from a one-liner to a readable explanation shown on the Codeberg container registry page
  • Verify .woodpecker/publish-container.yml is wired correctly for tag-triggered container builds
  • ROADMAP.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

Add release scaffolding so cutting a release is a single `just` command, 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 origin - `Containerfile`: expand `org.opencontainers.image.description` from a one-liner to a readable explanation shown on the Codeberg container registry page - Verify `.woodpecker/publish-container.yml` is wired correctly for tag-triggered container builds - `ROADMAP.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
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/wuming!21
No description provided.