Skip to content

Commit 2357346

Browse files
committed
Added video to readme
1 parent 8f45760 commit 2357346

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog-generator/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Generate changelogs from GitHub commits using AI with a two-phase approach: scan commits first, then selectively fetch diffs for unclear changes.
44

5+
## Demo video
6+
7+
<video src="https://content.trigger.dev/claude-changelog-generator.mp4" controls autoplay loop muted width="100%"></video>
8+
59
## Tech Stack
610

711
- **[Next.js](https://nextjs.org)** – Frontend framework using App Router

changelog-generator/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default function Home() {
207207
) : (
208208
<>
209209
<Sparkles className="w-4 h-4 mr-2" />
210-
Generate Changelog
210+
Generate changelogs
211211
</>
212212
)}
213213
</Button>

0 commit comments

Comments
 (0)