sdkasper_lean-obsidian-term.../scripts
LeanProductivity 68ec4a3d02 feat: add changelog generation script
Node.js script to fetch GitHub Releases API and format into CHANGELOG.md

- Fetches all releases from GitHub API with pagination
- Categorizes entries by keywords (fix/bug/add/new/feat)
- Formats with version, date, and categorized sections
- Uses Node.js 20 built-in fetch API (zero dependencies)
- ESM module with proper error handling
- Cross-platform compatible (Windows/macOS/Linux)
2026-05-11 18:23:24 +03:00
..
generate-changelog.mjs feat: add changelog generation script 2026-05-11 18:23:24 +03:00