2 Commits

Author SHA1 Message Date
Yuji Ueki 5881873733 feat: add GitHub links to commit hashes in changelog
- Convert commit hashes to clickable GitHub links in CHANGELOG.md
- Update generate_changelog.sh to automatically detect repository URL
- Improve changelog navigation with direct links to commits

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-02 09:53:52 +09:00
Yuji Ueki 7a2ae38d5e feat: add automatic CHANGELOG.md generation
- Add generate_changelog.sh script for automated changelog generation
- Integrate changelog generation into GitHub Actions release workflow
- Generate changelog from git history using Conventional Commits format
- Include changelog content in GitHub release notes automatically

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-02 09:51:50 +09:00