We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f45760 commit 2357346Copy full SHA for 2357346
2 files changed
changelog-generator/README.md
@@ -2,6 +2,10 @@
2
3
Generate changelogs from GitHub commits using AI with a two-phase approach: scan commits first, then selectively fetch diffs for unclear changes.
4
5
+## Demo video
6
+
7
+<video src="https://content.trigger.dev/claude-changelog-generator.mp4" controls autoplay loop muted width="100%"></video>
8
9
## Tech Stack
10
11
- **[Next.js](https://nextjs.org)** – Frontend framework using App Router
changelog-generator/app/page.tsx
@@ -207,7 +207,7 @@ export default function Home() {
207
) : (
208
<>
209
<Sparkles className="w-4 h-4 mr-2" />
210
- Generate Changelog
+ Generate changelogs
211
</>
212
)}
213
</Button>
0 commit comments