Planned

Ticker

Changelog

Give Claude the power to announce updates. AI generates release notes from commits, notifies users, and keeps everyone informed.

Before

How Claude sees your app today

C
Claude
Y

You

We shipped 12 features this week. Can you write the release notes?

C

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

How Claude sees your app with Ticker

C
Claude
Ticker connected
Y

You

We shipped 12 features this week. Can you write the release notes?

C

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?

The Tools AI Uses

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"

Coming Soon

We're building Ticker as part of Phase 2. Follow along to get early access.