docs(changelog): cut v0.3.0-beta#71
Merged
Merged
Conversation
Consolidate the Unreleased block into [0.3.0-beta] — 2026-05-28 with a release summary, reset Unreleased to empty, and add the comparison link refs. Release content: automation engine completed (card_label_added/comment_added emitters, post_comment + Redis SETNX, card_due_reached scheduler), WS-relay production hot-fix, Column.isDone, Card.startAt export/import round-trip, ADR 0011 (proposed). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Moritz Kohm <moritz.kohm@gmail.com> Signed-off-by: Musiker15 <info@musiker15.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates the
[Unreleased]CHANGELOG block into[0.3.0-beta] — 2026-05-28and resets Unreleased. Merge this, then tagv0.3.0-betato trigger the release workflow.Release contents (7 merged PRs since v0.2.0-beta)
card_label_added+comment_addedemitters (feat(automation): wire card_label_added + comment_added triggers #67),post_commentaction + Redis SETNX idempotency (feat(automation): post_comment action + Redis SETNX idempotency #68),card_due_reachedin-process scheduler (feat(automation): card_due_reached trigger + in-process scheduler #69). All five triggers + four actions, end-to-end zero-knowledge.mskanban-ws.servicesystemd unit (fix(deploy): ship mskanban-ws.service systemd unit #64);/api/wshad been 503 since the first auto-deploy.Column.isDoneexplicit "done column" flag (feat(analytics): explicit Column.isDone flag #66).Card.startAtexport/import round-trip incl. Trello/CSV importers (fix(export): round-trip Card.startAt through export/import #65).update-sponsors.ymlworkflow fix (fix(ci): use default token for sponsors workflow checkout #62).Test plan
v0.3.0-betaonmain→ release.yml builds + signs the container (cosign keyless), generates SBOMs, publishes the GitHub Release with the curated CHANGELOG section + auto-generated PR listghcr.io/msk-scripts/mskanban:v0.3.0-betapublished + signed🤖 Generated with Claude Code