Powered by Claude AI

Ship changelogs automatically.
On every release.

Add one line to your build script. GitLogPretty reads your Git history, writes a polished changelog with AI, and saves it to a file — with no manual effort, ever.

Install curl -fsSL https://gitlogpretty.com/install.sh | bash
Run gitlogpretty-cli --output CHANGELOG.md
Read the CLI docs
bash
$ gitlogpretty-cli --output CHANGELOG.md
Detected repo: https://github.com/acme/my-app
Generating changelog for acme/my-app ...
 
CHANGELOG.md
## What's New

### New Features
- Added dark mode support across the entire app
- Users can now export data as CSV files

### Bug Fixes
- Fixed notifications not showing on mobile
- Resolved crash on files larger than 10 MB

### Improvements
- Page load times reduced by 40%
 
Done. 20 commits analysed. Credits remaining: 14
Changelog written to CHANGELOG.md
$

Set up once. Never think about it again.

1

Get your token

Sign in with GitHub, open the API Tokens section in your dashboard, and create a token in seconds.

2

Add it to your CI

Store GITLOGPRETTY_TOKEN as a secret in GitHub Actions, GitLab CI, or any pipeline tool.

3

Ship it

Every release automatically generates a polished, AI-written changelog. No more writing release notes by hand.

package.json
"scripts": {
  "changelog": "gitlogpretty-cli --output CHANGELOG.md"
}
GitHub Actions
- name: Generate changelog
  run: gitlogpretty-cli --output CHANGELOG.md
  env:
    GITLOGPRETTY_TOKEN: ${{ secrets.GITLOGPRETTY_TOKEN }}
Also available

Prefer a web interface?

Paste any GitHub repo URL into the dashboard and get a changelog instantly — no CLI setup required. Great for one-off generations or exploring the output before automating.

changelog.md
## What's New

### New Features
- Added dark mode support
- CSV export for all data types

### Bug Fixes
- Fixed mobile notification display
- Resolved large file upload crash

### Improvements
- 40% faster page loads
- Real-time search results

Simple, pay-as-you-go pricing

Start with 5 free credits. Buy more when you need them.

Free
$0
  • 5 free credits to start
  • Public repos only
  • Markdown output
  • GitHub OAuth
$5
100 credits
  • 100 changelog generations
  • Private & public repos
  • $0.05 per changelog
  • Never expires
$40
1000 credits
  • 1000 changelog generations
  • Private & public repos
  • $0.04 per changelog
  • Never expires