This directory contains the client-side code for the GitHub Release Notes Generator.
index.html
- Main HTML template
index.js
- JavaScript for the web interface
- Form for entering repository details and commit range
- Preview of generated release notes in Markdown format
- Copy to clipboard functionality
- Download as Markdown file
- Error handling and loading states
- Twind - Tailwind-in-JS for styling
- Marked - Markdown parser and compiler