Changelog Generator
Pricing
Pay per usage
Go to Apify Store

Changelog Generator
Generate changelogs from Git commit history. Parses conventional commits, groups by type, and outputs formatted release notes.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Donny Nguyen
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Changelog Generator - Git Commits to Release Notes
Generate changelogs from git commits. Parses conventional commits and groups by type (feat, fix, etc.).
Key Features
- Fetch commits from GitHub repos
- Conventional commit parsing
- Group by type (features, fixes, docs)
- Markdown, JSON, or plain text output
- Emoji support for categories
Cost
Typical runs cost less than $0.01.
Input Example
{"repoUrl": "https://github.com/owner/repo", "format": "markdown", "maxCommits": 50}
Output Example
{"totalCommits": 50, "breakdown": {"feat": 12, "fix": 8, "docs": 5}, "changelog": "# Changelog\n\n## Features..."}
Use Cases
- Release note generation
- Project documentation
- Sprint summaries
- Version history tracking
Built By
Donny Dev - Blockchain & automation developer