Changelog
Give Claude the power to announce updates. AI generates release notes from commits, notifies users, and keeps everyone informed.
Before
You
We shipped 12 features this week. Can you write the release notes?
I can help write release notes, but I don't know what you shipped.
Could you share your git log, PRs, or a list of changes?
After
You
We shipped 12 features this week. Can you write the release notes?
Using ticker.generate_release
ticker.generate_release(since: "last_week")
Generated Release Notes
Week of Dec 23, 2024
New Features
• Dark mode support across all pages
• Export data as CSV or JSON
Improvements
• Dashboard loads 40% faster
• Better mobile navigation
Ready to publish. Want me to post this to the changelog and notify users?
Available via MCP (Model Context Protocol)
ticker.generate_release(since)
"Write release notes"
ticker.publish(content)
"Post to changelog"
ticker.notify_users(release_id)
"Email users about this"
ticker.get_history()
"Show past releases"
We're building Ticker as part of Phase 2. Follow along to get early access.