github antopolskiy/kanban-md v0.28.2
v0.28.2 "Green Light" — Release CI verification

latest releases: v0.33.0, v0.32.2, v0.32.1...
one month ago

Release documentation now includes an explicit “verify CI” step so you don’t write notes (or assume artifacts exist) before the pipeline is green.

Changed: Release checklist

AGENTS.md now documents the expected flow for releases: after pushing the tag, watch the release workflow; if it fails, inspect logs and fix; only then write release notes.

# After pushing a tag, watch the release workflow
gh run list --workflow release --limit 10
gh run watch <RUN_ID>

# If it fails, inspect logs
gh run view <RUN_ID> --log-failed

Upgrading

No action needed.

Full diff: v0.28.1...v0.28.2

Don't miss a new kanban-md release

NewReleases is sending notifications on new releases.