Product Changelog → Marketing Assets
Every merged PR that ships a feature auto-generates a changelog entry, tweet, and email blurb.
/ quick answer
A GitHub Action on merge to main runs an LLM chain that classifies the change and, if user-facing, generates all marketing artifacts as a PR against your marketing repo. Every merged PR that ships a feature auto-generates a changelog entry, tweet, and email blurb.
- 01GitHub Action triggers on merge to main.
- 02Classify PR: internal / bugfix / user-facing feature. Skip first two.
- 03Extract the user story from the PR title, body and diff summary.
- 04Generate: changelog markdown, 280-char tweet, 3-sentence email blurb.
- 05Open a PR in the marketing repo with all three artifacts for human review.
- Auto-post changelog to a public page once approved.
What does the Product Changelog → Marketing Assets workflow do?
A GitHub Action on merge to main runs an LLM chain that classifies the change and, if user-facing, generates all marketing artifacts as a PR against your marketing repo.
What problem does Product Changelog → Marketing Assets solve?
Product ships weekly, marketing announces monthly, and users learn about features from competitors.
How many steps does Product Changelog → Marketing Assets take?
5 steps. It starts with github action triggers on merge to main. and ends with open a pr in the marketing repo with all three artifacts for human review..
Which tools does Product Changelog → Marketing Assets need?
It uses ai-automation-operator-stack, content-creator-stack — each linked below with its own node.