Skip to content

v1.10.0 — Stack release notes

Choose a tag to compare

@MCamner MCamner released this 10 Jun 10:22
75a35e5

What's new

Adds mq-agent stack release-notes — the final command in the stack health pipeline.

# Show unreleased commits for all repos
mq-agent stack release-notes

# Single repo
mq-agent stack release-notes --repo mq-agent

# Machine-readable
mq-agent stack release-notes --json

Reads git commits since the last tag per repo. No API key, no network calls.

Full pipeline

mq-agent stack sweep              # score every repo
mq-agent stack report             # score + trend + alert + ready
mq-agent stack alert              # regression check (exit 1 on drop)
mq-agent stack release-check      # release gate (exit 1 on blocker)
mq-agent stack release-notes      # draft notes for unreleased work

Stats

  • 389 tests total (+13)
  • docs/STACK_RELEASE_NOTES.md added