An open API service indexing awesome lists of open source software.

https://github.com/0pandadev/changelog

Genereate beautiful changelogs for your github projects.
https://github.com/0pandadev/changelog

changelog changelog-generator changelogs conventional-changelog generator github release

Last synced: about 1 year ago
JSON representation

Genereate beautiful changelogs for your github projects.

Awesome Lists containing this project

README

          

# 🚀 GitHub Changelog Generator

Try it at: https://changelog.pandadev.net

A modern, fully client-side web application that generates beautiful changelogs from GitHub repositories.

![image](https://github.com/user-attachments/assets/17f8acb9-adc5-4db2-843e-e3e83579d79e)

## ✨ Features

- 📝 Generate changelogs from any public GitHub repository
- 🔒 Support for private repositories with GitHub token
- 🏷️ Filter by tags and commit types
- 😀 Gitmoji support
- ⭐ Markdown rendering with GitHub styling
- 📱 Mobile responsive design
- 📋 Copy to clipboard functionality
- 🌐 Fully client-side - no server needed

## 🛠️ Setup

```bash
# 📦 Install dependencies
bun install

# 🔥 Start development server
bun dev

# 🏗️ Build for production
bun run build && node .output/server/index.mjs
```