Public
Like
GitHub-Release-Notes
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of polish branch: v4View latest version
A web application that connects to GitHub repositories, extracts commits and PR descriptions within a specified date range, and uses an LLM to generate user-friendly release notes.
- Connect to GitHub repositories using Personal Access Token
- Select date ranges to filter commits
- View commits and associated PR descriptions
- Generate user-facing release notes using AI
- Filter out non-user-facing changes (technical debt, backend changes, etc.)
- Copy formatted release notes to clipboard
/backend
- API endpoints and server-side logic/frontend
- User interface components/shared
- Shared types and utilities
- Visit the application URL
- Enter your GitHub Personal Access Token
- Select a repository and date range
- Generate and customize your release notes
- Copy the results to your clipboard
- TypeScript
- React
- Hono (API framework)
- GitHub API
- OpenAI API